|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Transformation bean definition for creating a Checkbox.
Method Summary | |
String |
getLabel()
Gets the displayed text associated with the checkbox |
boolean |
getSelected()
Gets the state of the target object : TRUE is selected |
String |
getValue()
Gets the value that is assigned to a checkbox that is on/selected |
void |
setLabel(String value)
Sets the displayed text associated with the checkbox |
void |
setSelected(boolean value)
Sets the state of the target object : TRUE is selected |
void |
setValue(String value)
Sets the value that is assigned to a checkbox that is on/selected |
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 setValue(String value)
value
- The value associated with the checkbox when it is onpublic String getValue()
public void setLabel(String value)
value
- The labelpublic String getLabel()
public void setSelected(boolean value)
value
- true if the object is marked as selectedpublic boolean getSelected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |