Interface PaginatorListTagDeclaration

All Superinterfaces:
HasArrows, HasBinding, HasFor, HasId, HasIdBindingAndRendered, HasTip, IsAlwaysVisible, IsRendered, IsVisual

public interface PaginatorListTagDeclaration extends HasIdBindingAndRendered, HasTip, IsVisual, IsAlwaysVisible, HasArrows, HasFor
Renders a paginator for direct links.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Show this amount of links, if available.

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

    setArrows

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

    setBinding

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

    setFor

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

    setId

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

    setTip

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

    setAlwaysVisible

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

    setRendered

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

    setCustomClass, setMarkup
  • Method Details

    • setMax

      void setMax(String max)
      Show this amount of links, if available.