org.wicketstuff.minis.behavior.veil
Class Veil
java.lang.Object
org.apache.wicket.behavior.Behavior
org.wicketstuff.minis.behavior.veil.VeilResources
org.wicketstuff.minis.behavior.veil.Veil
- All Implemented Interfaces:
- Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable
- Direct Known Subclasses:
- DisabledVeil
public class Veil
- extends VeilResources
Behavior that shows a veil over a component
- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
- Serialized Form
|
Constructor Summary |
Veil()
Constructor |
Veil(String cssClassName)
Constructor |
| Methods inherited from class org.apache.wicket.behavior.Behavior |
afterRender, beforeRender, canCallListenerInterface, detach, getStatelessHint, isEnabled, 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 |
Veil
public Veil()
- Constructor
Veil
public Veil(String cssClassName)
- Constructor
- Parameters:
cssClassName - name of css class that will be used for the veil
bind
public void bind(Component component)
- Overrides:
bind in class VeilResources
- See Also:
VeilResources.bind(org.apache.wicket.Component)
renderHead
public void renderHead(Component c,
org.apache.wicket.markup.head.IHeaderResponse response)
- Specified by:
renderHead in interface IComponentAwareHeaderContributor- Overrides:
renderHead in class VeilResources
- See Also:
org.wicketstuff.minis.behavior.veil.VeilResources#renderHead(org.apache.wicket.markup.html.IHeaderResponse)
Copyright © 2014. All rights reserved.