org.wicketstuff.minis.behavior.veil
Class VeilResources
java.lang.Object
org.apache.wicket.behavior.Behavior
org.wicketstuff.minis.behavior.veil.VeilResources
- All Implemented Interfaces:
- Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable
- Direct Known Subclasses:
- Veil
public class VeilResources
- extends Behavior
A behavior that includes all the necessary resources to use the veil on the client
- Author:
- ivaynberg
- See Also:
- Serialized Form
| 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 |
DEFAULT_CSS_CLASS_NAME
public static final String DEFAULT_CSS_CLASS_NAME
- Css name of wicket's default veil css class
- See Also:
- Constant Field Values
VeilResources
public VeilResources()
bind
public void bind(Component component)
- Overrides:
bind in class Behavior
- See Also:
Behavior.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 Behavior
- See Also:
Behavior#renderHead(org.apache.wicket.markup.html.IHeaderResponse)
Copyright © 2014. All rights reserved.