|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Transformation bean definition for creating a Choicebox. A Choicebox element is a drop-down combobox that allows a single selection.
Method Summary | |
StaticOrderedCollectionInterface |
getDescriptionModel()
Gets the model to be used for the decriptions of the choice entry. |
int |
getSelectedIndex()
Gets the index of single item to be marked as selected. |
String |
getSelectedItem()
Gets the value of a single item to be marked as selected. |
void |
setDescriptionModel(StaticOrderedCollectionInterface model)
Sets the model to be used for the decriptions of the choice entry. |
void |
setSelectedIndex(int value)
Sets the index of single item to be marked as selected. |
void |
setSelectedItem(String value)
Sets the value of a single item to be marked as 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 setSelectedIndex(int value) throws IOException
index
- The 0-based index of the item to be selected, or -1 for nonepublic int getSelectedIndex()
public void setSelectedItem(String value) throws IOException
value
- The value of the item to be selectedpublic String getSelectedItem()
public void setDescriptionModel(StaticOrderedCollectionInterface model)
model
- The collection to use for the descriptionspublic StaticOrderedCollectionInterface getDescriptionModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |