|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.alsb.presentation.TextAreaObject
public class TextAreaObject
Field Summary |
---|
Fields inherited from interface com.bea.alsb.presentation.Constants |
---|
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX |
Fields inherited from interface com.bea.alsb.presentation.ITextAreaObject |
---|
DEFAULT_NUMBER_OF_ROWS, DEFAULT_SIZE |
Constructor Summary | |
---|---|
TextAreaObject(String value,
int cols,
int numRows,
boolean readOnly)
constructor |
Method Summary | |
---|---|
int |
getNumCols()
returns the textbox size |
int |
getNumRows()
returns the textbox size |
boolean |
getReadOnly()
returns the textbox size |
int |
getType()
returns the type |
String |
getValue()
returns the value |
void |
setValue(String value)
sets the value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextAreaObject(String value, int cols, int numRows, boolean readOnly)
Method Detail |
---|
public int getType()
getType
in interface UIObject
public String getValue()
getValue
in interface ITextAreaObject
public void setValue(String value)
setValue
in interface ITextAreaObject
public int getNumCols()
getNumCols
in interface ITextAreaObject
public int getNumRows()
getNumRows
in interface ITextAreaObject
public boolean getReadOnly()
getReadOnly
in interface ITextAreaObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |