Class SortableTreeProvider<T,​S>

    • Method Detail

      • getSort

        public SortParam<SgetSort()
        Returns current sort state
        Returns:
        current sort state
      • setSort

        public void setSort​(SortParam<S> param)
        Sets the current sort state
        Parameters:
        param - parameter containing new sorting information
      • setSort

        public void setSort​(S property,
                            boolean ascending)
        Sets the current sort state
        Parameters:
        property - sort property
        ascending - sort direction
      • detach

        public void detach()
        Specified by:
        detach in interface org.apache.wicket.model.IDetachable
        See Also:
        IDataProvider.detach()