org.wicketstuff.minis.veil
Class VeilResources

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.wicketstuff.minis.veil.VeilResources
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor
Direct Known Subclasses:
Veil

public class VeilResources
extends org.apache.wicket.behavior.AbstractBehavior
implements org.apache.wicket.markup.html.IHeaderContributor

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 java.lang.String DEFAULT_CSS_CLASS_NAME
          Css name of wicket's default veil css class
 
Constructor Summary
VeilResources()
           
 
Method Summary
 void bind(org.apache.wicket.Component component)
           
 void renderHead(org.apache.wicket.markup.html.IHeaderResponse response)
           
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, onRendered, rendered
 
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 java.lang.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(org.apache.wicket.Component component)
Specified by:
bind in interface org.apache.wicket.behavior.IBehavior
Overrides:
bind in class org.apache.wicket.behavior.AbstractBehavior
See Also:
AbstractBehavior.bind(org.apache.wicket.Component)

renderHead

public void renderHead(org.apache.wicket.markup.html.IHeaderResponse response)
Specified by:
renderHead in interface org.apache.wicket.markup.html.IHeaderContributor
Overrides:
renderHead in class org.apache.wicket.behavior.AbstractBehavior
See Also:
AbstractBehavior.renderHead(org.apache.wicket.markup.html.IHeaderResponse)


Copyright © 2010. All Rights Reserved.