Class FolderContent
- java.lang.Object
-
- org.apache.wicket.examples.tree.content.Content
-
- org.apache.wicket.examples.tree.content.FolderContent
-
- All Implemented Interfaces:
Serializable,IDetachable,IClusterable
public class FolderContent extends Content
- Author:
- Sven Meier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FolderContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentnewContentComponent(String id, AbstractTree<Foo> tree, IModel<Foo> model)Create new content.
-
-
-
Method Detail
-
newContentComponent
public Component newContentComponent(String id, AbstractTree<Foo> tree, IModel<Foo> model)
Description copied from class:ContentCreate new content.- Specified by:
newContentComponentin classContent
-
-