|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UISelectItems
UISelectItems is a component that may be nested
inside a UISelectMany or UISelectOne component, and
causes the addition of one or more SelectItem instances to the
list of available options in the parent component. The
value of this component (set either directly, or acquired
indirectly via the modelReference property, can be of any
of the following types:
SelectItem - This instance is
added to the set of available options for the parent tag.SelectItem - This set of instances is
added to the set of available options for the parent component,
in ascending subscript order.SelectItem - This set of instances is
added to the set of available options for the parent component,
in the order provided by an iterator over them.SelectItem instances that will
be constructed dynamically and added to the set of available options
for the parent component, in the order provided by an iterator over
the keys.
| Field Summary |
| Fields inherited from interface javax.faces.component.UIComponent |
SEPARATOR_CHAR |
| Constructor Summary | |
UISelectItems()
|
|
| Method Summary | |
boolean |
getRendersSelf()
Return true to indicate that no
Renderer needs to be associated
with this component. |
| Methods inherited from class javax.faces.component.UIOutput |
currentValue, getValue, getValueRef, setValue, setValueRef |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UISelectItems()
| Method Detail |
public boolean getRendersSelf()
Return true to indicate that no
Renderer needs to be associated
with this component.
getRendersSelf in interface UIComponentgetRendersSelf in class UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||