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