|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextInput | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of TextInput in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return TextInput | |
---|---|
TextInput |
SuggestionPopup.getTextInput()
Returns the text input for which suggestions will be provided. |
Methods in org.apache.pivot.wtk with parameters of type TextInput | |
---|---|
void |
TextInputListener.editableChanged(TextInput textInput)
Called when the editable state has changed. |
void |
TextInputListener.Adapter.editableChanged(TextInput textInput)
|
void |
TextInputContentListener.insertTextVetoed(TextInput textInput,
Vote reason)
Called when a text insertion has been vetoed. |
void |
TextInputContentListener.Adapter.insertTextVetoed(TextInput textInput,
Vote reason)
|
void |
TextInputListener.maximumLengthChanged(TextInput textInput,
int previousMaximumLength)
Called when a text input's maximum length has changed. |
void |
TextInputListener.Adapter.maximumLengthChanged(TextInput textInput,
int previousMaximumLength)
|
void |
SuggestionPopup.open(TextInput textInputArgument)
Opens the suggestion popup window. |
void |
SuggestionPopup.open(TextInput textInputArgument,
SuggestionPopupCloseListener suggestionPopupCloseListenerArgument)
Opens the suggestion popup window. |
void |
TextInputListener.passwordChanged(TextInput textInput)
Called when a text input's password flag has changed. |
void |
TextInputListener.Adapter.passwordChanged(TextInput textInput)
|
Vote |
TextInputContentListener.previewInsertText(TextInput textInput,
CharSequence text,
int index)
Called to preview a text insertion. |
Vote |
TextInputContentListener.Adapter.previewInsertText(TextInput textInput,
CharSequence text,
int index)
|
Vote |
TextInputContentListener.previewRemoveText(TextInput textInput,
int index,
int count)
Called to preview a text removal. |
Vote |
TextInputContentListener.Adapter.previewRemoveText(TextInput textInput,
int index,
int count)
|
void |
TextInputListener.promptChanged(TextInput textInput,
String previousPrompt)
Called when a text input's prompt has changed. |
void |
TextInputListener.Adapter.promptChanged(TextInput textInput,
String previousPrompt)
|
void |
TextInputContentListener.removeTextVetoed(TextInput textInput,
Vote reason)
Called when a text removal has been vetoed. |
void |
TextInputContentListener.Adapter.removeTextVetoed(TextInput textInput,
Vote reason)
|
void |
TextInputSelectionListener.selectionChanged(TextInput textInput,
int previousSelectionStart,
int previousSelectionLength)
Called when a text input's selection state has changed. |
void |
TextInputListener.strictValidationChanged(TextInput textInput)
Called when a text input's strict validation flag has changed. |
void |
TextInputListener.Adapter.strictValidationChanged(TextInput textInput)
|
void |
TextInputBindingListener.textBindMappingChanged(TextInput textInput,
TextInput.TextBindMapping previousTextBindMapping)
Called when a text input's text bind mapping has changed. |
void |
TextInputBindingListener.Adapter.textBindMappingChanged(TextInput textInput,
TextInput.TextBindMapping previousTextBindMapping)
|
void |
TextInputBindingListener.textBindTypeChanged(TextInput textInput,
BindType previousTextBindType)
Called when a text input's text bind type has changed. |
void |
TextInputBindingListener.Adapter.textBindTypeChanged(TextInput textInput,
BindType previousTextBindType)
|
void |
TextInputContentListener.textChanged(TextInput textInput)
Called when a text input's text has changed. |
void |
TextInputContentListener.Adapter.textChanged(TextInput textInput)
|
void |
TextInputContentListener.textInserted(TextInput textInput,
int index,
int count)
Called when text has been inserted into a text input. |
void |
TextInputContentListener.Adapter.textInserted(TextInput textInput,
int index,
int count)
|
void |
TextInputBindingListener.textKeyChanged(TextInput textInput,
String previousTextKey)
Called when a text input's text key has changed. |
void |
TextInputBindingListener.Adapter.textKeyChanged(TextInput textInput,
String previousTextKey)
|
void |
TextInputContentListener.textRemoved(TextInput textInput,
int index,
int count)
Called when text has been removed from a text input. |
void |
TextInputContentListener.Adapter.textRemoved(TextInput textInput,
int index,
int count)
|
void |
TextInputListener.textSizeChanged(TextInput textInput,
int previousTextSize)
Called when a text input's text size has changed. |
void |
TextInputListener.Adapter.textSizeChanged(TextInput textInput,
int previousTextSize)
|
void |
TextInputListener.textValidatorChanged(TextInput textInput,
Validator previousValidator)
Called when the validator changes. |
void |
TextInputListener.Adapter.textValidatorChanged(TextInput textInput,
Validator previousValidator)
|
void |
TextInputListener.textValidChanged(TextInput textInput)
Called when the text changes validity. |
void |
TextInputListener.Adapter.textValidChanged(TextInput textInput)
|
Uses of TextInput in org.apache.pivot.wtk.content |
---|
Methods in org.apache.pivot.wtk.content that return TextInput | |
---|---|
TextInput |
ListViewItemEditor.getTextInput()
|
TextInput |
TreeViewNodeEditor.getTextInput()
|
Uses of TextInput in org.apache.pivot.wtk.skin.terra |
---|
Methods in org.apache.pivot.wtk.skin.terra with parameters of type TextInput | |
---|---|
void |
TerraTextInputSkin.editableChanged(TextInput textInput)
|
void |
TerraTextInputSkin.insertTextVetoed(TextInput textInput,
Vote reason)
|
void |
TerraTextInputSkin.maximumLengthChanged(TextInput textInput,
int previousMaximumLength)
|
void |
TerraTextInputSkin.passwordChanged(TextInput textInput)
|
Vote |
TerraTextInputSkin.previewInsertText(TextInput textInput,
CharSequence text,
int index)
|
Vote |
TerraTextInputSkin.previewRemoveText(TextInput textInput,
int index,
int count)
|
void |
TerraTextInputSkin.promptChanged(TextInput textInput,
String previousPrompt)
|
void |
TerraTextInputSkin.removeTextVetoed(TextInput textInput,
Vote reason)
|
void |
TerraTextInputSkin.selectionChanged(TextInput textInput,
int previousSelectionStart,
int previousSelectionLength)
|
void |
TerraTextInputSkin.strictValidationChanged(TextInput textInput)
|
void |
TerraTextInputSkin.textChanged(TextInput textInput)
|
void |
TerraTextInputSkin.textInserted(TextInput textInput,
int index,
int count)
|
void |
TerraTextInputSkin.textRemoved(TextInput textInput,
int index,
int count)
|
void |
TerraTextInputSkin.textSizeChanged(TextInput textInput,
int previousTextSize)
|
void |
TerraTextInputSkin.textValidatorChanged(TextInput textInput,
Validator previousValidator)
|
void |
TerraTextInputSkin.textValidChanged(TextInput textInput)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |