Class TreeWidgetBehavior
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.hippoecm.frontend.plugins.yui.AbstractYuiBehavior
-
- org.hippoecm.frontend.plugins.yui.widget.WidgetBehavior
-
- org.hippoecm.frontend.plugins.yui.widget.tree.TreeWidgetBehavior
-
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeWidgetBehavior(TreeWidgetSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHeaderContribution(IYuiContext context)
Override this method to get access to the IYuiContextvoid
bind(org.apache.wicket.Component component)
void
render(org.apache.wicket.ajax.AjaxRequestTarget target)
-
Methods inherited from class org.hippoecm.frontend.plugins.yui.widget.WidgetBehavior
execWidgetFunction, getMarkupId, getTemplate, getUpdateScript
-
Methods inherited from class org.hippoecm.frontend.plugins.yui.AbstractYuiBehavior
getComponent, onRenderHead, renderHead
-
-
-
-
Constructor Detail
-
TreeWidgetBehavior
public TreeWidgetBehavior(TreeWidgetSettings settings)
-
-
Method Detail
-
addHeaderContribution
public void addHeaderContribution(IYuiContext context)
Description copied from class:AbstractYuiBehavior
Override this method to get access to the IYuiContext- Overrides:
addHeaderContribution
in classWidgetBehavior
- 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 classWidgetBehavior
-
render
public void render(org.apache.wicket.ajax.AjaxRequestTarget target)
-
-