|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Transformation bean definition for creating INPUT tags
Method Summary | |
int |
getMaximumLength()
Sets the maximum number of characters permitted in a input field. |
int |
getSize()
Gets the visible size of input fields to a given number of average character widths. |
String |
getText()
Gets the text, or value, attribute |
void |
setMaximumLength(int value)
Sets the maximum number of characters permitted in a input field. |
void |
setSize(int value)
Sets the visible size of input fields to a given number of average character widths. |
void |
setText(String value)
Sets the text, or value, attribute. |
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 setSize(int value)
size
- The size of the input fieldpublic int getSize()
public void setText(String value)
value
- The text valuepublic String getText()
public void setMaximumLength(int value)
value
- The maximum number of characterspublic int getMaximumLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |