|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.TextInputListener.Adapter
public static class TextInputListener.Adapter
Text input listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TextInputListener |
---|
TextInputListener.Adapter |
Constructor Summary | |
---|---|
TextInputListener.Adapter()
|
Method Summary | |
---|---|
void |
editableChanged(TextInput textInput)
Called when the editable state has changed. |
void |
maximumLengthChanged(TextInput textInput,
int previousMaximumLength)
Called when a text input's maximum length has changed. |
void |
passwordChanged(TextInput textInput)
Called when a text input's password flag has changed. |
void |
promptChanged(TextInput textInput,
String previousPrompt)
Called when a text input's prompt has changed. |
void |
strictValidationChanged(TextInput textInput)
Called when a text input's strict validation flag has changed. |
void |
textSizeChanged(TextInput textInput,
int previousTextSize)
Called when a text input's text size has changed. |
void |
textValidatorChanged(TextInput textInput,
Validator previousValidator)
Called when the validator changes. |
void |
textValidChanged(TextInput textInput)
Called when the text changes validity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextInputListener.Adapter()
Method Detail |
---|
public void textSizeChanged(TextInput textInput, int previousTextSize)
TextInputListener
textSizeChanged
in interface TextInputListener
public void maximumLengthChanged(TextInput textInput, int previousMaximumLength)
TextInputListener
maximumLengthChanged
in interface TextInputListener
public void passwordChanged(TextInput textInput)
TextInputListener
passwordChanged
in interface TextInputListener
public void promptChanged(TextInput textInput, String previousPrompt)
TextInputListener
promptChanged
in interface TextInputListener
public void textValidatorChanged(TextInput textInput, Validator previousValidator)
TextInputListener
textValidatorChanged
in interface TextInputListener
public void strictValidationChanged(TextInput textInput)
TextInputListener
strictValidationChanged
in interface TextInputListener
public void textValidChanged(TextInput textInput)
TextInputListener
textValidChanged
in interface TextInputListener
public void editableChanged(TextInput textInput)
TextInputListener
editableChanged
in interface TextInputListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |