|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sas.Component | +--com.sas.servlet.beans.BaseTransformation | +--com.sas.servlet.beans.BaseTextArea
Transformation bean base object for creating a TextArea input field
Constructor Summary | |
BaseTextArea()
|
Method Summary | |
void |
appendText(String text)
Appends the given text to the current text |
int |
getColumns()
Gets the number of columns in this text area. |
int |
getRows()
Gets the number of visible text lines. |
String |
getText()
Gets the text of the TextArea |
String |
getWrap()
Gets the current wrap type |
void |
setColumns(int columns)
Sets the number of columns in this text area. |
void |
setRows(int rows)
Sets the number of visible text lines. |
void |
setText(String text)
Sets the text of the TextArea. |
void |
setWrap(String value)
Specifies whether lines longer than the text area's column width wrap to the next line |
Methods inherited from class com.sas.servlet.beans.BaseTransformation |
getCustomAttributes,
getDescription,
getName,
getParent,
getRequest,
getResponse,
setCustomAttributes,
setDescription,
setName,
setParent,
setRequest,
setResponse,
toString,
write,
write,
write,
write |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public BaseTextArea()
Method Detail |
public void setRows(int rows)
rows
- The number of visible lines.public int getRows()
public void setColumns(int columns)
columns
- The number of columns in the text areapublic int getColumns()
public void setText(String text)
text
- The text of the TextAreapublic String getText()
public void appendText(String text)
text
- The text to be appendedpublic void setWrap(String value)
Specifies whether lines longer than the text area's column width wrap to the next line
Valid values are:
wrap
- The wrap typepublic String getWrap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |