Kanzi  3.9.8
Kanzi Engine Java API
TextKeyNavigationDirection Enum Reference

Key navigation directions. More...

Inheritance diagram for TextKeyNavigationDirection:
[legend]

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...
 

Detailed Description

Key navigation directions.


Since
Kanzi 3.9.0

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static TextKeyNavigationDirection 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.

Member Data Documentation

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.