Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator
Packages that use ISortStateLocator
Package
Description
-
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 ISortStateLocatorModifier and TypeMethodDescriptionprotected 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 ISortStateLocatorModifierConstructorDescriptionAjaxFallbackOrderByBorder(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 ISortStateLocatorModifier and TypeMethodDescriptionprotected WebMarkupContainerAjaxFallbackHeadersToolbar.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 ISortStateLocatorModifierConstructorDescriptionAjaxFallbackHeadersToolbar(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 ISortStateLocatorModifier and TypeMethodDescriptionprotected 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 ISortStateLocatorModifierConstructorDescriptionOrderByBorder(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.tableModifier and TypeInterfaceDescriptioninterfaceData provider that can hold sort stateMethods in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type ISortStateLocatorModifier and TypeMethodDescriptionprotected WebMarkupContainerHeadersToolbar.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 ISortStateLocatorModifierConstructorDescriptionHeadersToolbar(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.treeModifier and TypeInterfaceDescriptioninterfaceTree 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 ISortStateLocatorModifier and TypeClassDescriptionclassSortableDataProvider<T,S> Convenience implementation of a data provider that can also act as a locator for aSingleSortStateobject.classSortableTreeProvider<T,S> Convenience implementation of a tree provider that can also act as a locator for aSingleSortStateobject.