public interface ITextBoxObject
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SIZE |
Modifier and Type | Method and Description |
---|---|
int |
getSize()
returns the textbox size
|
java.lang.String |
getValue()
returns the value
|
boolean |
isReadOnly()
returns read-only state
|
void |
setValue(java.lang.String value)
sets the value
|
static final int DEFAULT_SIZE