org.apache.wicket.extensions.markup.html.repeater.data.sort
Interface OrderByLink.ICssProvider<T>

Type Parameters:
T - the type of the sort property
All Superinterfaces:
IClusterable, Serializable
All Known Implementing Classes:
OrderByLink.CssProvider, OrderByLink.DefaultCssProvider, OrderByLink.VoidCssProvider
Enclosing class:
OrderByLink

public static interface OrderByLink.ICssProvider<T>
extends 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

Method Summary
 String getClassAttributeValue(ISortState<T> state, String property)
           
 

Method Detail

getClassAttributeValue

String getClassAttributeValue(ISortState<T> state,
                              String property)
Parameters:
state - current sort state
property - sort property represented by the OrderByLink
Returns:
the value of the "class" attribute for the given sort state/sort property combination


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.