org.apache.wicket.extensions.markup.html.repeater.data.sort
Class OrderByLink.CssModifier

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by org.apache.wicket.extensions.markup.html.repeater.data.sort.OrderByLink.CssModifier
All Implemented Interfaces:
java.io.Serializable, IClusterable, IComponentAwareEventSink, IComponentAwareHeaderContributor
Enclosing class:
OrderByLink

public static class OrderByLink.CssModifier
extends Behavior

Uses the specified ICssProvider to add css class attributes to the link.

Author:
Igor Vaynberg ( ivaynberg )
See Also:
Serialized Form

Constructor Summary
OrderByLink.CssModifier(OrderByLink link, OrderByLink.ICssProvider provider)
           
 
Method Summary
 void onComponentTag(Component component, ComponentTag tag)
          Called any time a component that has this behavior registered is rendering the component tag.
 
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, renderHead, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderByLink.CssModifier

public OrderByLink.CssModifier(OrderByLink link,
                               OrderByLink.ICssProvider provider)
Parameters:
link - the link this modifier is being added to
provider - implementation of ICssProvider
Method Detail

onComponentTag

public void onComponentTag(Component component,
                           ComponentTag tag)
Description copied from class: Behavior
Called any time a component that has this behavior registered is rendering the component tag.

Overrides:
onComponentTag in class Behavior
Parameters:
component - the component that renders this tag currently
tag - the tag that is rendered


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