Uses of Class
de.enough.polish.ui.TextField

Packages that use TextField
de.enough.polish.predictive.trie Provides internal helper classes for managing predictive input mode for TextFields. 
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
 

Uses of TextField in de.enough.polish.predictive.trie
 

Methods in de.enough.polish.predictive.trie that return TextField
 TextField TrieProvider.getCustomField()
           
 

Methods in de.enough.polish.predictive.trie with parameters of type TextField
 void TrieProvider.setCustomField(TextField customField)
           
 

Uses of TextField in de.enough.polish.ui
 

Fields in de.enough.polish.ui declared as TextField
protected  TextField FilteredList.filterTextField
           
protected  TextField TextBox.textField
           
 

Methods in de.enough.polish.ui that return TextField
 TextField PredictiveAccess.getParent()
           
 

Methods in de.enough.polish.ui with parameters of type TextField
static java.lang.String UiAccess.getDotSeparatedDecimalString(TextField field)
          Retrieves the decimal value entered with a dot as the decimal mark.
static int UiAccess.getInputMode(TextField field)
          Retrieves the input mode for the given textfield.
static ArrayList UiAccess.getPredictiveMatchingWords(TextField field)
          Retrieves matching words for the specified textfield.
 void PredictiveAccess.init(TextField parent)
          Initializes the predictive input for a textfield by creating objects for the choices container and setting the input mode
static void UiAccess.setCaretPosition(TextField field, int position)
          Sets the caret position in the given text field.
static void UiAccess.setInputMode(TextField field, int inputMode)
          Sets the input mode for the given textfield.
 void PredictiveAccess.setParent(TextField parent)
           
static void UiAccess.setPredictiveDictionary(TextField field, java.lang.String[] words)
          Allows the given words for the specified textfield.
static void UiAccess.setSuppressCommands(TextField field, boolean suppress)
          Can be used to deactivate or activate commands for a specific TextField.
static void UiAccess.setTextfieldHelp(TextField field, java.lang.String text)
          Sets the help text for the specified TextField.
static void UiAccess.setTextfieldInfo(TextField field, java.lang.String info)
           
static void UiAccess.setTextfieldInfoItem(TextField field, StringItem infoItem)
          Sets the item responsible for displaying the current input mode like Abc, ABC, 123, and so on.
static void UiAccess.setWordNotFound(TextField field, Alert alert)
          Set the word-not-found box in the textfield