Schnittstelle SelectItemsTagDeclaration
- Alle Superschnittstellen:
- HasBinding,- HasId,- HasItemImage,- HasItemLabel,- HasTip
public interface SelectItemsTagDeclaration
extends HasId, HasBinding, HasItemLabel, HasItemImage, HasTip
Add a child UISelectItems component to the UIComponent
 associated with the closed parent UIComponent custom
 action.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetItemDisabled(String itemDisabled) Flag indicating whether the option created by this component is disabled.voidsetItemValue(String itemValue) Value to be returned to the server if this option is selected by the user.voidValue binding expression pointing at a List or array of SelectItem instances containing the information for this option.voidName of a variable under which the iterated data will be exposed.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasItemImagesetItemImageVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasItemLabelsetItemLabel
- 
Methodendetails- 
setValueValue binding expression pointing at a List or array of SelectItem instances containing the information for this option.
- 
setVarName of a variable under which the iterated data will be exposed. It may be referred to in EL of other attributes.
- 
setItemDisabledFlag indicating whether the option created by this component is disabled.
- 
setItemValueValue to be returned to the server if this option is selected by the user.
 
-