Class TreeSelectableBean<T extends Serializable>

    • Constructor Detail

      • TreeSelectableBean

        public TreeSelectableBean​(org.apache.wicket.model.IModel<T> value)
    • Method Detail

      • getOffset

        public long getOffset()
      • setOffset

        public void setOffset​(long offset)
      • getCount

        public long getCount()
      • setCount

        public void setCount​(long count)
      • getCurrentPage

        public long getCurrentPage()
        Specified by:
        getCurrentPage in interface org.apache.wicket.markup.html.navigation.paging.IPageable
      • setCurrentPage

        public void setCurrentPage​(long page)
        Specified by:
        setCurrentPage in interface org.apache.wicket.markup.html.navigation.paging.IPageable
      • getPageCount

        public long getPageCount()
        Specified by:
        getPageCount in interface org.apache.wicket.markup.html.navigation.paging.IPageable