|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectItemsTagDeclaration
Add a child UISelectItems component to the UIComponent associated with the closed parent UIComponent custom action.
Method Summary | |
---|---|
void |
setItemDisabled(String itemDisabled)
Flag indicating whether the option created by this component is disabled. |
void |
setItemImage(String itemImage)
Image to be displayed to the user for this option. |
void |
setItemValue(String itemValue)
Value to be returned to the server if this option is selected by the user. |
void |
setTip(String tip)
Text value to display as tooltip. |
void |
setValue(String value)
Value binding expression pointing at a List or array of SelectItem instances containing the information for this option. |
void |
setVar(String var)
Name of a variable under which the iterated data will be exposed. |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId |
---|
setId |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding |
---|
setBinding |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasItemLabel |
---|
setItemLabel |
Method Detail |
---|
void setValue(String value)
void setVar(String var)
void setItemDisabled(String itemDisabled)
void setItemValue(String itemValue)
void setItemImage(String itemImage)
void setTip(String tip)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |