org.wicketstuff.minis.veil
Class Veil

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.wicketstuff.minis.veil.VeilResources
          extended by org.wicketstuff.minis.veil.Veil
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor
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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.wicketstuff.minis.veil.VeilResources
VeilResources.Javascript
 
Field Summary
 
Fields inherited from class org.wicketstuff.minis.veil.VeilResources
DEFAULT_CSS_CLASS_NAME
 
Constructor Summary
Veil()
          Constructor
Veil(java.lang.String cssClassName)
          Constructor
 
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
 

Constructor Detail

Veil

public Veil()
Constructor


Veil

public Veil(java.lang.String cssClassName)
Constructor

Parameters:
cssClassName - name of css class that will be used for the veil
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 VeilResources
See Also:
VeilResources.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 VeilResources
See Also:
VeilResources.renderHead(org.apache.wicket.markup.html.IHeaderResponse)


Copyright © 2010. All Rights Reserved.