Class DataTableBehavior

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 DataTableBehavior extends WidgetBehavior
See Also:
  • Constructor Details

    • DataTableBehavior

      public DataTableBehavior()
  • 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.