Java org.apache.wicket.extensions.markup.html.repeater.tree AbstractTree fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.markup.html.repeater.tree AbstractTree fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.markup.html.repeater.tree AbstractTree.

The text is from its open source code.

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
voidcollapse(T t)
Collapse the given node, tries to update the affected branch if the change happens on an AjaxRequestTarget .
voidexpand(T t)
Expand the given node, tries to update the affected branch if the change happens on an AjaxRequestTarget .
ITreeProvidergetProvider()
Get the provider of the tree nodes.
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.
voidupdateNode(T node, IPartialPageRequestHandler target)
Convenience method to update a single node on an AjaxRequestTarget .