Class Content
- java.lang.Object
-
- org.apache.wicket.examples.tree.content.Content
-
- All Implemented Interfaces:
Serializable,IDetachable,IClusterable
- Direct Known Subclasses:
BookmarkableFolderContent,CheckedFolderContent,EditableFolderContent,FolderContent,LabelContent,MixedContent,MultiLineLabelContent,MultiSelectableFolderContent,PanelContent,SelectableFolderContent
public abstract class Content extends Object implements IDetachable
Tree content factory for theAdvancedTreePage. 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.- Author:
- Sven Meier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Content()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voiddetach()abstract ComponentnewContentComponent(String id, AbstractTree<Foo> tree, IModel<Foo> model)Create new content.
-
-
-
Method Detail
-
newContentComponent
public abstract Component newContentComponent(String id, AbstractTree<Foo> tree, IModel<Foo> model)
Create new content.
-
detach
public void detach()
- Specified by:
detachin interfaceIDetachable
-
-