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()
Detaches model after use.
|
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()
IDetachable
detach
in interface IDetachable
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.