Uses of Class
org.apache.pivot.wtk.TextInput

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.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 TextInputCharacterListener.charactersInserted(TextInput textInput, int index, int count)
          Called when characters have been inserted into a text input.
 void TextInputCharacterListener.Adapter.charactersInserted(TextInput textInput, int index, int count)
           
 void TextInputCharacterListener.charactersRemoved(TextInput textInput, int index, int count)
          Called when characters have been removed from a text input.
 void TextInputCharacterListener.Adapter.charactersRemoved(TextInput textInput, int index, int count)
           
 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 textInput)
          Opens the suggestion popup window.
 void SuggestionPopup.open(TextInput textInput, SuggestionPopupCloseListener suggestionPopupCloseListener)
          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)
           
 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 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 TextInputTextListener.textChanged(TextInput textInput)
          Called when a text input's text has changed.
 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 TextInputListener.textNodeChanged(TextInput textInput, TextNode previousTextNode)
          Called when a text input's text node has changed.
 void TextInputListener.Adapter.textNodeChanged(TextInput textInput, TextNode previousTextNode)
           
 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.skin.terra
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type TextInput
 void TerraTextInputSkin.charactersInserted(TextInput textInput, int index, int count)
           
 void TerraTextInputSkin.charactersRemoved(TextInput textInput, int index, int count)
           
 void TerraTextInputSkin.maximumLengthChanged(TextInput textInput, int previousMaximumLength)
           
 void TerraTextInputSkin.passwordChanged(TextInput textInput)
           
 void TerraTextInputSkin.promptChanged(TextInput textInput, String previousPrompt)
           
 void TerraTextInputSkin.selectionChanged(TextInput textInput, int previousSelectionStart, int previousSelectionLength)
           
 void TerraTextInputSkin.strictValidationChanged(TextInput textInput)
           
 void TerraTextInputSkin.textNodeChanged(TextInput textInput, TextNode previousTextNode)
           
 void TerraTextInputSkin.textSizeChanged(TextInput textInput, int previousTextSize)
           
 void TerraTextInputSkin.textValidatorChanged(TextInput textInput, Validator previousValidator)
           
 void TerraTextInputSkin.textValidChanged(TextInput textInput)