Class TreeBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.hippoecm.frontend.plugins.yui.AbstractYuiAjaxBehavior
org.hippoecm.frontend.plugins.yui.tree.TreeBehavior
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.IRequestListener
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
Renders a YUI-treeview: http://developer.yahoo.com/yui/treeview/
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
INDICATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addHeaderContribution
(IYuiContext context) Override this method to get access to the IYuiContextprotected String
Determines which javascript class is usedprotected abstract TreeBehavior.TreeItem
protected String
protected void
protected void
onDblClick
(org.apache.wicket.ajax.AjaxRequestTarget target, String uuid) protected void
respond
(org.apache.wicket.ajax.AjaxRequestTarget target) Methods inherited from class org.hippoecm.frontend.plugins.yui.AbstractYuiAjaxBehavior
onRenderHead, renderHead, updateAjaxAttributes, updateAjaxSettings
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.IRequestListener
rendersPage
-
Field Details
-
settings
-
-
Constructor Details
-
TreeBehavior
-
-
Method Details
-
respond
protected void respond(org.apache.wicket.ajax.AjaxRequestTarget target) - Specified by:
respond
in classorg.apache.wicket.ajax.AbstractDefaultAjaxBehavior
-
onDblClick
-
onClick
-
getRootNode
-
getWidgetId
-
addHeaderContribution
Description copied from class:AbstractYuiAjaxBehavior
Override this method to get access to the IYuiContext- Overrides:
addHeaderContribution
in classAbstractYuiAjaxBehavior
- Parameters:
context
- The IYuiContext this behavior can use to register YUI-modules and the likes.
-
getClientClassname
Determines which javascript class is used
-