org.wicketstuff.minis.behavior.veil
Class VeilResources

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by 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
static class VeilResources.Javascript
          JavaScript interface for the veil
 
Field Summary
static String DEFAULT_CSS_CLASS_NAME
          Css name of wicket's default veil css class
 
Constructor Summary
VeilResources()
           
 
Method Summary
 void bind(Component component)
           
 void renderHead(Component c, org.apache.wicket.markup.head.IHeaderResponse response)
           
 
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
 

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
Constructor Detail

VeilResources

public VeilResources()
Method Detail

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.