|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.model.SelectItem
com.sun.webui.jsf.model.Option
com.sun.webui.jsf.model.OptionGroup
public class OptionGroup
Model bean that represents a selectable choice in a selection
component such as Menu, RadioButtonGroup,
etc.
| Constructor Summary | |
|---|---|
OptionGroup()
|
|
| Method Summary | |
|---|---|
Option[] |
getOptions()
|
void |
setOptions(Option[] selections)
|
| Methods inherited from class com.sun.webui.jsf.model.Option |
|---|
getImage, getImageAlt, getImageHeight, getImageWidth, getSeparator, getTooltip, setImage, setImageAlt, setImageHeight, setImageWidth, setSeparator, setTooltip |
| Methods inherited from class javax.faces.model.SelectItem |
|---|
getDescription, getLabel, getValue, isDisabled, isEscape, setDescription, setDisabled, setEscape, setLabel, setValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptionGroup()
| Method Detail |
|---|
public Option[] getOptions()
public void setOptions(Option[] selections)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||