|
||||||||||
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.BaseInput
Transformation bean base object for creating INPUT tags
Constructor Summary | |
BaseInput()
|
Method Summary | |
int |
getMaximumLength()
Gets 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 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 BaseInput()
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 |