wicket.extensions.markup.html.repeater.data.sort
Interface OrderByLink.ICssProvider
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- OrderByLink.CssProvider
- Enclosing interface:
- OrderByLink
- public static interface OrderByLink.ICssProvider
- extends java.io.Serializable
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
public java.lang.String getClassAttributeValue(ISortState state,
java.lang.String property)
- Parameters:
state - current sort stateproperty - sort property represented by the OrderByLink
- Returns:
- the value of the "class" attribute for the given sort
state/sort property combination
Copyright © 2004-2008 Wicket developers. All Rights Reserved.