public abstract class Content extends Object implements org.apache.wicket.model.IDetachable
AdvancedTreePage.
Note: This indirection is used for demonstration purposes only! Don't jump through similar hoops
if you're just using one type of content for your application's trees.| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
abstract org.apache.wicket.Component |
newContentComponent(String id,
org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree<Foo> tree,
org.apache.wicket.model.IModel<Foo> model)
Create new content.
|
public abstract org.apache.wicket.Component newContentComponent(String id, org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree<Foo> tree, org.apache.wicket.model.IModel<Foo> model)
public void detach()
detach in interface org.apache.wicket.model.IDetachableCopyright © 2017. All rights reserved.