Interface SelectReferenceTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, IsRendered

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

    Modifier and Type
    Method
    Description
    void
    setFor​(String forComponent)
    Id of the component, this is related to.
    void
    setRenderRange​(String renderRange)
    Range of items to render.

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

    setBinding

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

    setRendered
  • Method Details

    • setFor

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

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