Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator
-
-
Uses of ISortStateLocator in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort with parameters of type ISortStateLocator Modifier and Type Method Description protected OrderByLink<S>
AjaxFallbackOrderByBorder. newOrderByLink(String id, S property, ISortStateLocator<S> stateLocator)
Constructors in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort with parameters of type ISortStateLocator Constructor Description AjaxFallbackOrderByBorder(String id, S sortProperty, ISortStateLocator<S> stateLocator)
ConstructorAjaxOrderByLink(String id, S sortProperty, ISortStateLocator<S> stateLocator)
Constructor -
Uses of ISortStateLocator in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table with parameters of type ISortStateLocator Modifier and Type Method Description protected WebMarkupContainer
AjaxFallbackHeadersToolbar. newSortableHeader(String borderId, S property, ISortStateLocator<S> locator)
Factory method for sortable header components.Constructors in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table with parameters of type ISortStateLocator Constructor Description AjaxFallbackHeadersToolbar(DataTable<?,S> table, ISortStateLocator<S> stateLocator)
Constructor -
Uses of ISortStateLocator in org.apache.wicket.extensions.markup.html.repeater.data.sort
Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort with parameters of type ISortStateLocator Modifier and Type Method Description protected OrderByLink<S>
OrderByBorder. newOrderByLink(String id, S property, ISortStateLocator<S> stateLocator)
create new sort order toggling linkConstructors in org.apache.wicket.extensions.markup.html.repeater.data.sort with parameters of type ISortStateLocator Constructor Description OrderByBorder(String id, S property, ISortStateLocator<S> stateLocator)
OrderByLink(String id, S property, ISortStateLocator<S> stateLocator)
Constructor. -
Uses of ISortStateLocator in org.apache.wicket.extensions.markup.html.repeater.data.table
Subinterfaces of ISortStateLocator in org.apache.wicket.extensions.markup.html.repeater.data.table Modifier and Type Interface Description interface
ISortableDataProvider<T,S>
Data provider that can hold sort stateMethods in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type ISortStateLocator Modifier and Type Method Description protected WebMarkupContainer
HeadersToolbar. newSortableHeader(String headerId, S property, ISortStateLocator<S> locator)
Factory method for sortable header components.Constructors in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type ISortStateLocator Constructor Description HeadersToolbar(DataTable<T,S> table, ISortStateLocator<S> stateLocator)
Constructor -
Uses of ISortStateLocator in org.apache.wicket.extensions.markup.html.repeater.tree
Subinterfaces of ISortStateLocator in org.apache.wicket.extensions.markup.html.repeater.tree Modifier and Type Interface Description interface
ISortableTreeProvider<T,S>
Tree provider that can hold sort state -
Uses of ISortStateLocator in org.apache.wicket.extensions.markup.html.repeater.util
Classes in org.apache.wicket.extensions.markup.html.repeater.util that implement ISortStateLocator Modifier and Type Class Description class
SortableDataProvider<T,S>
Convenience implementation of a data provider that can also act as a locator for aSingleSortState
object.class
SortableTreeProvider<T,S>
Convenience implementation of a tree provider that can also act as a locator for aSingleSortState
object.
-