Interface ISortableDataProvider<T,​S>

  • Type Parameters:
    T -
    S - the type of the sorting parameter
    All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, org.apache.wicket.markup.repeater.data.IDataProvider<T>, org.apache.wicket.model.IDetachable, ISortStateLocator<S>, Serializable
    All Known Implementing Classes:
    SortableDataProvider

    public interface ISortableDataProvider<T,​S>
    extends org.apache.wicket.markup.repeater.data.IDataProvider<T>, ISortStateLocator<S>
    Data provider that can hold sort state
    Author:
    Igor Vaynberg (ivaynberg at apache dot org)
    • Method Summary

      • Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider

        detach, iterator, model, size