Methods Summary |
---|
public void | clear(int num)Clear the particular number of symbols
|
public void | commit(java.lang.String input)This is a direct call from the text input system to immediately
commit the given input to this TextInputComponent's state.
This call constitutes a change to the value of this TextInputComponent
and should result in any of its change listeners being notified.
|
public int | getAvailableSize()Returns the available size (number of characters) that can be
stored in this TextInputComponent .
|
public int | getConstraints()Retrieve the constraints of this text component as defined
by the MIDP TextField API.
|
public javax.microedition.lcdui.Display | getDisplay()Gets the current Display
|
public java.lang.String | getInitialInputMode()Retrieve the initial input mode of this text component as
defined by the MIDP TextField API.
|
public boolean | isClearKey(int keyCode)Returns true if the keyCode is used as 'clear'
|
public void | notifyModeChanged()This is a notification from the input session that the selected
input mode has changed. If the TextInputComponent is interested,
it can query the session for the new InputMode.
|