Class EditableFolderContent
- java.lang.Object
-
- org.apache.wicket.examples.tree.content.Content
-
- org.apache.wicket.examples.tree.content.EditableFolderContent
-
- All Implemented Interfaces:
Serializable,IDetachable,IClusterable
public class EditableFolderContent extends Content
- Author:
- Sven Meier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditableFolderContent()
-
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
-
-