public abstract class Content extends Object implements 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 Component |
newContentComponent(String id,
AbstractTree<Foo> tree,
IModel<Foo> model)
Create new content.
|
public abstract Component newContentComponent(String id, AbstractTree<Foo> tree, IModel<Foo> model)
public void detach()
detach in interface IDetachableCopyright © 2020. All rights reserved.