Interface Paginated

  • All Known Implementing Classes:
    Grid, Listbox, MeshElement, Tree

    public interface Paginated
    Indicates a component that can be controller by an external paging controller (i.e., an instance of Paginal).
    • Paginated: a multi-page component whose pagination is controlled by an external page controller (Paginal).
    • Paginal: the paging controller used to control the pagination of Paginated.
    • Pageable: a multi-page component that handles pagination by itself.
    Since:
    3.0.7
    Author:
    tomyeh
    See Also:
    Paginal
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPagingPosition()
      Returns the paging position if the component contains a paging component.
      boolean isPagingDisabled()
      Returns whether the Paging component of this component is disabled.
      void setPagingDisabled​(boolean pagingDisabled)
      Sets whether the Paging component of this component is disabled.
    • Method Detail

      • getPagingPosition

        java.lang.String getPagingPosition()
        Returns the paging position if the component contains a paging component.

        Possible values: top, bottom and both.

        Since:
        3.0.7
      • isPagingDisabled

        boolean isPagingDisabled()
        Returns whether the Paging component of this component is disabled.

        Default: false.

        Since:
        8.0.3
      • setPagingDisabled

        void setPagingDisabled​(boolean pagingDisabled)
        Sets whether the Paging component of this component is disabled.
        Since:
        8.0.3