org.apache.wicket.extensions.markup.html.repeater.data.sort
Class OrderByLink.CssModifier<S>
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.extensions.markup.html.repeater.data.sort.OrderByLink.CssModifier<S>
- Type Parameters:
S - type of sort property
- All Implemented Interfaces:
- Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable
- Enclosing class:
- OrderByLink<S>
public static class OrderByLink.CssModifier<S>
- extends Behavior
Uses the specified ICssProvider to add css class attributes to the link.
- Author:
- Igor Vaynberg ( ivaynberg )
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.behavior.Behavior |
afterRender, beforeRender, bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, onRemove, renderHead, unbind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderByLink.CssModifier
public OrderByLink.CssModifier(OrderByLink<S> link,
OrderByLink.ICssProvider<S> provider)
- Parameters:
link - the link this modifier is being added toprovider - implementation of ICssProvider
onComponentTag
public void onComponentTag(Component component,
ComponentTag tag)
- Overrides:
onComponentTag in class Behavior
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.