Kanzi  3.9.9
Kanzi Engine Java API
TextKeyNavigationDirection Enum Reference

Key navigation directions. More...

Inheritance diagram for TextKeyNavigationDirection:
[legend]

Public Member Functions

 TextKeyNavigationDirection (int value)
 Constructs a TextKeyNavigationDirection of an integer value. More...
 
 TextKeyNavigationDirection (TextKeyNavigationDirection enum_)
 Constructs a copy of a TextKeyNavigationDirection object. More...
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 Returns the integer value of the enumeration constant. More...
 

Static Public Member Functions

static TextKeyNavigationDirection swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
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.

Constructor & Destructor Documentation

Constructs a TextKeyNavigationDirection of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a TextKeyNavigationDirection object.

Parameters
enum_TextKeyNavigationDirection to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static TextKeyNavigationDirection swigToEnum ( int  swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
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.