KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > lcdui > TextField

javax.microedition.lcdui
Class TextField

java.lang.Object
  |
  +--javax.microedition.lcdui.Item
        |
        +--javax.microedition.lcdui.TextField
See Also:
Source Code, setInitialInputMode(), setConstraints(), TextBox, getMaxSize(), Form

public static final int ANY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONSTRAINT_MASK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DECIMAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void delete(int offset,
                   int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int EMAILADDR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getCaretPosition()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getChars(char[] data)
See Also:
setChars(char[], int, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getConstraints()
See Also:
setConstraints(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMaxSize()
See Also:
setMaxSize(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getString()
See Also:
setString(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INITIAL_CAPS_SENTENCE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INITIAL_CAPS_WORD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void insert(char[] data,
                   int offset,
                   int length,
                   int position)
See Also:
insert(String, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void insert(String src,
                   int position)
See Also:
getCaretPosition()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NON_PREDICTIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NUMERIC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int PASSWORD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int PHONENUMBER
See Also:
MIDlet.platformRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int SENSITIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setChars(char[] data,
                     int offset,
                     int length)
See Also:
getChars(char[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setConstraints(int constraints)
See Also:
getConstraints()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setInitialInputMode(String characterSubset)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int setMaxSize(int maxSize)
See Also:
getMaxSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setString(String text)
See Also:
getString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int size()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TextField(String label,
                 String text,
                 int maxSize,
                 int constraints)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNEDITABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int URL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags