java.lang.Object
|
+--javax.microedition.lcdui.Displayable
|
+--javax.microedition.lcdui.Screen
|
+--javax.microedition.lcdui.TextBox
- See Also:
- Source Code,
TextField.ANY
, getMaxSize()
public void delete(int offset,
int length)
- 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 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 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 TextBox(String title,
String text,
int maxSize,
int constraints)
- See Also:
-
getMaxSize()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples