Class ToggleBehavior

java.lang.Object
org.apache.wicket.behavior.Behavior
org.hippoecm.frontend.plugins.yui.AbstractYuiBehavior
org.hippoecm.frontend.plugins.yui.togglebehavior.ToggleBehavior
All Implemented Interfaces:
Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

public class ToggleBehavior extends AbstractYuiBehavior
See Also:
  • Constructor Details

    • ToggleBehavior

      public ToggleBehavior()
  • Method Details

    • addHeaderContribution

      public void addHeaderContribution(IYuiContext context)
      Description copied from class: AbstractYuiBehavior
      Override this method to get access to the IYuiContext
      Overrides:
      addHeaderContribution in class AbstractYuiBehavior
      Parameters:
      context - The IYuiContext this behavior can use to register YUI-modules and the likes.