org.efaps.ui.wicket.components
Class ChildCallBackHeaderContributer

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.apache.wicket.behavior.AbstractHeaderContributor
          extended by org.apache.wicket.behavior.StringHeaderContributor
              extended by org.efaps.ui.wicket.components.ChildCallBackHeaderContributer
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor

public class ChildCallBackHeaderContributer
extends org.apache.wicket.behavior.StringHeaderContributor

Header Contributer that adds a javascript to the header needed to executed a method for a child in the parent frame.

Version:
$Id: ChildCallBackHeaderContributer.java 2482 2009-05-11 04:14:31Z jan.moxter $
Author:
Jan Moxter
See Also:
Serialized Form

Constructor Summary
ChildCallBackHeaderContributer()
          Instantiates a new child call back header contributer.
 
Method Summary
 
Methods inherited from class org.apache.wicket.behavior.StringHeaderContributor
detach, getHeaderContributors, toString
 
Methods inherited from class org.apache.wicket.behavior.AbstractHeaderContributor
renderHead
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, bind, cleanup, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, onRendered, rendered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildCallBackHeaderContributer

public ChildCallBackHeaderContributer()
Instantiates a new child call back header contributer.



Copyright © 2003-2010 The eFaps Team. All Rights Reserved.