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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVeilResources.JavascriptJavaScript interface for the veil
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CSS_CLASS_NAMECss name of wicket's default veil css class
-
Constructor Summary
Constructors Constructor Description VeilResources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(Component component)voidrenderHead(Component c, IHeaderResponse response)-
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, unbind
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
bind
public void bind(Component component)
- Overrides:
bindin classBehavior- See Also:
Behavior.bind(org.apache.wicket.Component)
-
renderHead
public void renderHead(Component c, IHeaderResponse response)
- Specified by:
renderHeadin interfaceIComponentAwareHeaderContributor- Overrides:
renderHeadin classBehavior- See Also:
Behavior#renderHead(org.apache.wicket.markup.html.IHeaderResponse)
-
-