|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.ui.Event
ewe.ui.TextEvent
A TextEvent is sent to an EditControl (mInput, mTextPad) usually during or upon completion of a native text input.
| Field Summary | |
String |
entered
The text that was entered for a TEXT_ENTERED message. |
static int |
FLAG_CLOSED_BY_DOWN_KEY
This is used with the TEXT_ENTERED event and indicates that the input ended by the DOWN cursor key. |
static int |
FLAG_CLOSED_BY_ENTER_KEY
This is used with the TEXT_ENTERED event and indicates that the input ended by the ENTER key. |
static int |
FLAG_CLOSED_BY_SOFT_KEY
This is used with the TEXT_ENTERED event and indicates that the input ended by the ENTER key. |
static int |
FLAG_CLOSED_BY_UP_KEY
This is used with the TEXT_ENTERED event and indicates that the input ended by the UP cursor key. |
static int |
FLAG_TEXT_WAS_ENTERED
This is used with the TEXT_ENTERED event and indicates that the input was not cancelled. |
int |
flags
Extra flags for the entered data. |
static int |
TEXT_CHANGED
The event type for a text changed event. |
static int |
TEXT_ENTERED
The event type for a text entered event. |
| Fields inherited from class ewe.ui.Event |
consumed, events, target, timeStamp, type, window |
| Constructor Summary | |
TextEvent()
|
|
| Methods inherited from class ewe.ui.Event |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode |
| Field Detail |
public static final int TEXT_ENTERED
public static final int TEXT_CHANGED
public String entered
public int flags
public static final int FLAG_TEXT_WAS_ENTERED
public static final int FLAG_CLOSED_BY_UP_KEY
public static final int FLAG_CLOSED_BY_DOWN_KEY
public static final int FLAG_CLOSED_BY_ENTER_KEY
public static final int FLAG_CLOSED_BY_SOFT_KEY
| Constructor Detail |
public TextEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||