|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Transformation bean definition for creating a TextArea input field
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 value)
Sets the number of columns in this text area. |
void |
setRows(int value)
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 interface com.sas.servlet.beans.TransformationInterface |
getCustomAttributes,
getDescription,
getName,
getParent,
getRequest,
getResponse,
setCustomAttributes,
setDescription,
setName,
setParent,
setRequest,
setResponse,
write,
write,
write,
write |
Method Detail |
public void setRows(int value)
rows
- The number of visible lines.public int getRows()
public void setColumns(int value)
columns
- The number of columns in the text areapublic int getColumns()
public void setText(String text)
value
- The text of the TextAreapublic String getText()
public 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()
public void appendText(String text)
text
- The text to be appended
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |