|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextInputBindingListener
Text input binding listener interface.
Nested Class Summary | |
---|---|
static class |
TextInputBindingListener.Adapter
Text input binding listener adapter. |
Method Summary | |
---|---|
void |
textBindMappingChanged(TextInput textInput,
TextInput.TextBindMapping previousTextBindMapping)
Called when a text input's text bind mapping has changed. |
void |
textBindTypeChanged(TextInput textInput,
BindType previousTextBindType)
Called when a text input's text bind type has changed. |
void |
textKeyChanged(TextInput textInput,
String previousTextKey)
Called when a text input's text key has changed. |
Method Detail |
---|
void textKeyChanged(TextInput textInput, String previousTextKey)
textInput
- previousTextKey
- void textBindTypeChanged(TextInput textInput, BindType previousTextBindType)
textInput
- previousTextBindType
- void textBindMappingChanged(TextInput textInput, TextInput.TextBindMapping previousTextBindMapping)
textInput
- previousTextBindMapping
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |