public interface ITextAreaObject
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_NUMBER_OF_ROWS |
static int |
DEFAULT_SIZE |
Modifier and Type | Method and Description |
---|---|
int |
getNumCols()
returns the textbox size
|
int |
getNumRows()
returns the textbox size
|
boolean |
getReadOnly()
returns the textbox size
|
java.lang.String |
getValue()
returns the value
|
void |
setValue(java.lang.String value)
sets the value
|
static final int DEFAULT_SIZE
static final int DEFAULT_NUMBER_OF_ROWS