org.apache.wicket.examples.tree.content
Class CheckedSelectableFolderContent
java.lang.Object
org.apache.wicket.examples.tree.content.Content
org.apache.wicket.examples.tree.content.SelectableFolderContent
org.apache.wicket.examples.tree.content.CheckedSelectableFolderContent
- All Implemented Interfaces:
- Serializable, IDetachable, IClusterable
public class CheckedSelectableFolderContent
- extends SelectableFolderContent
- Author:
- Sven Meier
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckedSelectableFolderContent
public CheckedSelectableFolderContent(ITreeProvider<Foo> provider)
newContentComponent
public Component newContentComponent(String id,
AbstractTree<Foo> tree,
IModel<Foo> model)
- Description copied from class:
Content
- Create new content.
- Overrides:
newContentComponent
in class SelectableFolderContent
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.