org.apache.wicket.examples.tree.content
Class CheckedFolderContent
java.lang.Object
org.apache.wicket.examples.tree.content.Content
org.apache.wicket.examples.tree.content.CheckedFolderContent
- All Implemented Interfaces:
- Serializable, IDetachable, IClusterable
public class CheckedFolderContent
- extends Content
- 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 |
CheckedFolderContent
public CheckedFolderContent(ITreeProvider<Foo> provider)
detach
public void detach()
- Description copied from interface:
IDetachable
- Detaches model after use. This is generally used to null out transient references that can be
re-attached later.
- Specified by:
detach
in interface IDetachable
- Overrides:
detach
in class Content
isChecked
protected boolean isChecked(Foo foo)
check
protected void check(Foo foo,
boolean check)
newContentComponent
public Component newContentComponent(String id,
AbstractTree<Foo> tree,
IModel<Foo> model)
- Description copied from class:
Content
- Create new content.
- Specified by:
newContentComponent
in class Content
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.