Uses of Class
com.sun.lwuit.TextField

Packages that use TextField
com.sun.lwuit Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. 
com.sun.lwuit.html The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support. 
 

Uses of TextField in com.sun.lwuit
 

Methods in com.sun.lwuit that return TextField
protected  TextField VirtualKeyboard.getInputField()
          This method returns the Virtual Keyboard TextField.
 

Methods in com.sun.lwuit with parameters of type TextField
static void VirtualKeyboard.setCommitOnDispose(TextField tf, boolean b)
          Indicates whether the VKB should commit changes to the text field when the VKB is closed not via the OK button.
static void VirtualKeyboard.setVKBTint(TextField tf, int tint)
          Sets the tint color for the virtual keyboard when shown on top of this text field see the form tint methods for more information
 

Uses of TextField in com.sun.lwuit.html
 

Methods in com.sun.lwuit.html with parameters of type TextField
 void HTMLCallback.dataChanged(int type, int index, HTMLComponent htmlC, TextField textField, HTMLElement element)
          Called when the user types in a TextField inside the HTMLComponent This method will be called only if HTMLComponent.isEventsEnabled() is true
 void DefaultHTMLCallback.dataChanged(int type, int index, HTMLComponent htmlC, TextField textField, HTMLElement element)
          Called when the user types in a TextField inside the HTMLComponent This method will be called only if HTMLComponent.isEventsEnabled() is true