Key navigation directions. More...
Public Member Functions | |
TextKeyNavigationDirection (int mValue) | |
TextKeyNavigationDirection (TextKeyNavigationDirection enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static TextKeyNavigationDirection | swigToEnum (int swigValue) |
static TextKeyNavigationDirection | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
LeftToRight =(0) | |
Specifies left-to-right key navigation where: Right arrow key moves cursor or selection end point forward in the logical order of the characters. More... | |
RightToLeft =(1) | |
Specifies right-to-left key navigation where: Left arrow key moves cursor or selection end point forward in the logical order of the characters. More... | |
Key navigation directions.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |
LeftToRight =(0) |
Specifies left-to-right key navigation where:
Right arrow key moves cursor or selection end point forward in the logical order of the characters.
Left arrow key moves cursor or selection end point backward in the logical order of the characters.
RightToLeft =(1) |
Specifies right-to-left key navigation where:
Left arrow key moves cursor or selection end point forward in the logical order of the characters.
Right arrow key moves cursor or selection end point backward in the logical order of the characters.