org.wicketstuff.minis.behavior.veil
Class DisabledVeil
java.lang.Object
org.apache.wicket.behavior.Behavior
org.wicketstuff.minis.behavior.veil.VeilResources
org.wicketstuff.minis.behavior.veil.Veil
org.wicketstuff.minis.behavior.veil.DisabledVeil
- All Implemented Interfaces:
- Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable
public class DisabledVeil
- extends Veil
Behavior that shows a veil over a component if it is not enabled
- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.behavior.Behavior |
afterRender, beforeRender, canCallListenerInterface, detach, getStatelessHint, isTemporary, onComponentTag, onConfigure, onEvent, onException, onRemove, unbind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisabledVeil
public DisabledVeil()
- Constructor
DisabledVeil
public DisabledVeil(String cssClassName)
- Constructor
- Parameters:
cssClassName - name of css class that will be used for the veil
isEnabled
public boolean isEnabled(Component component)
- Overrides:
isEnabled in class Behavior
- See Also:
Behavior.isEnabled(org.apache.wicket.Component)
Copyright © 2014. All rights reserved.