Class TreeWidgetBehavior

java.lang.Object
org.apache.wicket.behavior.Behavior
All Implemented Interfaces:
Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

public class TreeWidgetBehavior extends WidgetBehavior
See Also:
  • Constructor Details

  • 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 WidgetBehavior
      Parameters:
      context - The IYuiContext this behavior can use to register YUI-modules and the likes.
    • bind

      public void bind(org.apache.wicket.Component component)
      Overrides:
      bind in class WidgetBehavior
    • render

      public void render(org.apache.wicket.ajax.AjaxRequestTarget target)