Schnittstelle SelectReferenceTagDeclaration

Alle Superschnittstellen:
HasBinding, HasId, HasIdBindingAndRendered, IsRendered

public interface SelectReferenceTagDeclaration extends HasIdBindingAndRendered
Renders a set of option related to and same type as the for component.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setFor(String forComponent)
    Id of the component, this is related to.
    void
    setRenderRange(String renderRange)
    Range of items to render.

    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.IsRendered

    setRendered
  • Methodendetails

    • setFor

      void setFor(String forComponent)
      Id of the component, this is related to.
    • setRenderRange

      void setRenderRange(String renderRange)
      Range of items to render.