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
Method Summary |
boolean |
isEnabled(Component component)
Made final to support the parameterless variant. |
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)
- Description copied from class:
AttributeModifier
- Made final to support the parameterless variant.
- Specified by:
isEnabled
in interface IBehavior
- Overrides:
isEnabled
in class AttributeModifier
- Parameters:
component
- the component that has this behavior coupled
- Returns:
- true if this behavior must be executed/rendered
- See Also:
AttributeModifier.isEnabled(Component)
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.