org.apache.wicket.extensions.markup.html.repeater.data.sort
Interface OrderByLink.ICssProvider<S>
- Type Parameters:
S - the type of the sort property
- All Superinterfaces:
- org.apache.wicket.util.io.IClusterable, Serializable
- All Known Implementing Classes:
- OrderByLink.CssProvider, OrderByLink.DefaultCssProvider, OrderByLink.VoidCssProvider
- Enclosing class:
- OrderByLink<S>
public static interface OrderByLink.ICssProvider<S>
- extends org.apache.wicket.util.io.IClusterable
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
- Author:
- igor
getClassAttributeValue
String getClassAttributeValue(ISortState<S> state,
S sortProperty)
- Parameters:
state - current sort statesortProperty - sort sortProperty represented by the OrderByLink
- Returns:
- the value of the "class" attribute for the given sort state/sort sortProperty
combination
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.