org.apache.wicket.extensions.markup.html.repeater.data.sort
Class OrderByLink.CssModifier
java.lang.Object
org.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.AttributeModifier
org.apache.wicket.extensions.markup.html.repeater.data.sort.OrderByLink.CssModifier
- All Implemented Interfaces:
- Serializable, IBehavior, IClusterable, IHeaderContributor
- Enclosing class:
- OrderByLink
public static class OrderByLink.CssModifier
- extends AttributeModifier
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.AttributeModifier |
detach, getAddAttributeIfNotPresent, getAttribute, getContextRelativeValue, getPattern, getReplaceModel, isEnabled, newValue, onComponentTag, replaceAttibuteValue, replaceAttributeValue, setEnabled, toString |
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
afterRender, beforeRender, bind, cleanup, detachModel, exception, getStatelessHint, isTemporary, onException, onRendered, rendered, renderHead |
OrderByLink.CssModifier
public OrderByLink.CssModifier(OrderByLink link,
OrderByLink.ICssProvider provider)
- Parameters:
link - the link this modifier is being added toprovider - implementation of ICssProvider
isEnabled
public boolean isEnabled(Component component)
- Specified by:
isEnabled in interface IBehavior- Overrides:
isEnabled in class AttributeModifier
- See Also:
AttributeModifier.isEnabled(Component)
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.