|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextAreaObject
Text Area Interface
| Field Summary | |
|---|---|
static int |
DEFAULT_NUMBER_OF_ROWS
|
static int |
DEFAULT_SIZE
|
| Method Summary | |
|---|---|
int |
getNumCols()
returns the textbox size |
int |
getNumRows()
returns the textbox size |
boolean |
getReadOnly()
returns the textbox size |
String |
getValue()
returns the value |
void |
setValue(String value)
sets the value |
| Field Detail |
|---|
static final int DEFAULT_SIZE
static final int DEFAULT_NUMBER_OF_ROWS
| Method Detail |
|---|
String getValue()
void setValue(String value)
int getNumCols()
int getNumRows()
boolean getReadOnly()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||