Schnittstelle SelectItemTagDeclaration
- Alle Superschnittstellen:
- HasBinding,- HasId,- HasItemImage,- HasItemLabel,- HasTip,- IsVisual
public interface SelectItemTagDeclaration
extends HasBinding, HasId, IsVisual, HasItemLabel, HasItemImage, HasTip
Add a child UISelectItem component to the UIComponent
 associated with the closed parent UIComponent custom
 action.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetItemDescription(String itemDescription) Veraltet.since 2.0.0, please use itemTip.voidsetItemDisabled(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 SelectItem instance containing the information for this option.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.HasItemLabelsetItemLabelVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Methodendetails- 
setItemDescriptionVeraltet.since 2.0.0, please use itemTip.Description of an item, might be rendered as a tool tip.
- 
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.
- 
setValueValue binding expression pointing at a SelectItem instance containing the information for this option.
 
-