Kanzi  3.9.8
Kanzi Engine Java API
FocusOnPress Enum Reference

Focus behavior on node press. More...

Inheritance diagram for FocusOnPress:
[legend]

Public Member Functions

 FocusOnPress (int mValue)
 
 FocusOnPress (FocusOnPress enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static FocusOnPress swigToEnum (int swigValue)
 
static FocusOnPress toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 Node =(1)
 Tries to set focus to the node that the user pressed and if that fails, does nothing.
 
 NodeOrAncestor =(2)
 Tries to set focus to the node that the user pressed and if that fails, sets focus to the nearest focusable ancestor of that node.
 
 NodeOrOverlay =(3)
 Tries to set focus to the node that the user pressed and if that fails, sets focus to the overlay scope that contains the node.
 
 None =(0)
 Does nothing.
 

Detailed Description

Focus behavior on node press.


Since
Kanzi 3.9.4

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static FocusOnPress toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.