|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.Behavior
org.apache.wicket.extensions.markup.html.repeater.data.sort.OrderByLink.CssModifier
public static class OrderByLink.CssModifier
Uses the specified ICssProvider to add css class attributes to the link.
| 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 |
|---|
public OrderByLink.CssModifier(OrderByLink link,
OrderByLink.ICssProvider provider)
link - the link this modifier is being added toprovider - implementation of ICssProvider| Method Detail |
|---|
public void onComponentTag(Component component,
ComponentTag tag)
Behavior
onComponentTag in class Behaviorcomponent - the component that renders this tag currentlytag - the tag that is rendered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||