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übersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setItemDescription(String itemDescription)
    Veraltet.
    since 2.0.0, please use itemTip.
    void
    setItemDisabled(String itemDisabled)
    Flag indicating whether the option created by this component is disabled.
    void
    setItemValue(String itemValue)
    Value to be returned to the server if this option is selected by the user.
    void
    Flag indicating whether the option created by this component is a noSelectionOption.
    void
    Value binding expression pointing at a SelectItem instance containing the information for this option.

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

    setBinding

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasItemImage

    setItemImage

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasItemLabel

    setItemLabel

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTip

    setTip

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Methodendetails

    • setItemDescription

      @Deprecated void setItemDescription(String itemDescription)
      Veraltet.
      since 2.0.0, please use itemTip.
      Description of an item, might be rendered as a tool tip.
    • setItemDisabled

      void setItemDisabled(String itemDisabled)
      Flag indicating whether the option created by this component is disabled.
    • setItemValue

      void setItemValue(String itemValue)
      Value to be returned to the server if this option is selected by the user.
    • setValue

      void setValue(String value)
      Value binding expression pointing at a SelectItem instance containing the information for this option.
    • setNoSelectionOption

      void setNoSelectionOption(String itemDisabled)
      Flag indicating whether the option created by this component is a noSelectionOption.