public interface EventType
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_KEY_PRESS
The event type for a focus being transfered to this control
with the ENTER or ACTION keys.
|
static int |
CURSOR_CHANGED
Event sent when user called Edit.setCursorPos
|
static int |
DOWN
The direction constant for a drag or flick down.
|
static int |
ENABLED_STATE_CHANGE |
static int |
FOCUS_IN
The event type for a focus in event.
|
static int |
FOCUS_OUT
The event type for a focus out event.
|
static int |
GRID_CHECK_CHANGED_EVENT
Event generated when a grid row was checked or unchecked.
|
static int |
GRID_SELECTED_EVENT
Event generated when a new row was selected.
|
static int |
GRID_TEXT_CHANGED_EVENT
Generated when an editable column had its text changed.
|
static int |
HIGHLIGHT_IN
The event type for the control focus indicator changing to a new control.
|
static int |
HIGHLIGHT_OUT
The event type for the control focus indicator leaving a control.
|
static int |
KEY_PRESS
The event type for a key press event.
|
static int |
LEFT
The direction constant for a drag or flick left.
|
static int |
LIST_CONTAINER_ITEM_SELECTED_EVENT
Event generated when a new item was selected.
|
static int |
LIST_CONTAINER_LEFT_IMAGE_CLICKED_EVENT
Event generated when the left image was clicked.
|
static int |
LIST_CONTAINER_RIGHT_IMAGE_CLICKED_EVENT
Event generated when the right image was clicked.
|
static int |
MESSAGE_RECEIVED
The event type for a message being received by server
|
static int |
MOUSE_IN
The event type for a mouse moving into a control.
|
static int |
MOUSE_MOVE
The event type for a mouse moving over a control.
|
static int |
MOUSE_OUT
The event type for a mouse moving outside a control.
|
static int |
MOUSE_WHEEL
The event type for a mouse wheel.
|
static int |
PEN_DOWN
The event type for a pen or mouse down.
|
static int |
PEN_DRAG
The event type for a pen or mouse drag.
|
static int |
PEN_DRAG_END
The event type for a pen or mouse drag end.
|
static int |
PEN_DRAG_START
The event type for a pen or mouse drag start.
|
static int |
PEN_UP
The event type for a pen or mouse up.
|
static int |
PRESSED
The event type for a pressed event.
|
static int |
RIGHT
The direction constant for a drag or flick right.
|
static int |
SCALE
The event type for a pen or mouse down.
|
static int |
SCROLL_DOWN |
static int |
SCROLL_END |
static int |
SCROLL_LEFT |
static int |
SCROLL_ON_BOTTOM |
static int |
SCROLL_ON_LEFT |
static int |
SCROLL_ON_RIGHT |
static int |
SCROLL_ON_TOP |
static int |
SCROLL_RIGHT |
static int |
SCROLL_START |
static int |
SCROLL_UP |
static int |
SIP_CLOSED
The event type fot the SIP being closed by the system.
|
static int |
SPECIAL_KEY_PRESS
The event type for a device key press event.
|
static int |
TOKEN_RECEIVED
The event type for a token for this device being received by server
|
static int |
TRIGGERED
The event type for a triggered timer
|
static int |
UP
The direction constant for a drag or flick up.
|
static int |
WINDOW_CLOSED
The event type for a closing window.
|
static final int RIGHT
static final int LEFT
static final int UP
static final int DOWN
static final int KEY_PRESS
static final int ACTION_KEY_PRESS
static final int SPECIAL_KEY_PRESS
static final int PEN_DOWN
static final int PEN_UP
static final int PEN_DRAG
static final int PEN_DRAG_START
static final int PEN_DRAG_END
static final int MOUSE_MOVE
static final int MOUSE_IN
static final int MOUSE_OUT
static final int MOUSE_WHEEL
static final int SCALE
static final int PRESSED
static final int FOCUS_IN
static final int FOCUS_OUT
static final int WINDOW_CLOSED
static final int HIGHLIGHT_IN
static final int HIGHLIGHT_OUT
static final int SIP_CLOSED
static final int CURSOR_CHANGED
static final int ENABLED_STATE_CHANGE
static final int TRIGGERED
static final int TOKEN_RECEIVED
static final int MESSAGE_RECEIVED
static final int GRID_SELECTED_EVENT
static final int GRID_CHECK_CHANGED_EVENT
static final int GRID_TEXT_CHANGED_EVENT
static final int LIST_CONTAINER_ITEM_SELECTED_EVENT
static final int LIST_CONTAINER_LEFT_IMAGE_CLICKED_EVENT
static final int LIST_CONTAINER_RIGHT_IMAGE_CLICKED_EVENT
static final int SCROLL_START
static final int SCROLL_END
static final int SCROLL_ON_TOP
static final int SCROLL_ON_LEFT
static final int SCROLL_ON_RIGHT
static final int SCROLL_ON_BOTTOM
static final int SCROLL_UP
static final int SCROLL_LEFT
static final int SCROLL_RIGHT
static final int SCROLL_DOWN