|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextInputListener
Text input listener interface.
| Nested Class Summary | |
|---|---|
static class |
TextInputListener.Adapter
Text input listener 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. |
| Method Detail |
|---|
void textSizeChanged(TextInput textInput,
int previousTextSize)
textInput - previousTextSize -
void maximumLengthChanged(TextInput textInput,
int previousMaximumLength)
textInput - previousMaximumLength - void passwordChanged(TextInput textInput)
textInput -
void promptChanged(TextInput textInput,
String previousPrompt)
textInput - previousPrompt -
void textValidatorChanged(TextInput textInput,
Validator previousValidator)
textInput - previousValidator - void strictValidationChanged(TextInput textInput)
textInput - void textValidChanged(TextInput textInput)
textInput - void editableChanged(TextInput textInput)
textInput -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||