Package wicket.extensions.markup.html.repeater.data.sort
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
ISortState Interface used by OrderByLink to interact with any object that keeps track of sorting state
ISortStateLocator Locator interface for ISortState implementations.
OrderByLink.ICssProvider Interface used to generate values of css class attribute for the anchor tag If the generated value is null class attribute will not be added
Classes
OrderByBorder A component that wraps markup with an OrderByLink.
OrderByLink A component that represents a sort header.
OrderByLink.CssModifier Uses the specified ICssProvider to add css class attributes to the link.
OrderByLink.CssProvider Easily constructible implementation of ICSSProvider
OrderByLink.DefaultCssProvider Default implementation of ICssProvider
OrderByLink.VoidCssProvider Convineince implementation of ICssProvider that always returns a null and so never adds a class attribute