Class MeshElement.InternalPaging

    • Constructor Detail

      • InternalPaging

        public InternalPaging()
    • Method Detail

      • isAutohide

        public boolean isAutohide()
        Description copied from class: Paging
        Returns whether to automatically hide this component if there is only one page available.

        Default: false.

        Specified by:
        isAutohide in interface Paginal
        Overrides:
        isAutohide in class Paging
      • setAutohide

        public void setAutohide​(boolean autohide)
        Description copied from class: Paging
        Sets whether to automatically hide this component if there is only one page available.
        Specified by:
        setAutohide in interface Paginal
        Overrides:
        setAutohide in class Paging
      • isAutohideModify

        public boolean isAutohideModify()