org.apache.wicket.examples.tree.content
Class SelectableFolderContent
java.lang.Object
org.apache.wicket.examples.tree.content.Content
org.apache.wicket.examples.tree.content.SelectableFolderContent
- All Implemented Interfaces:
- Serializable, IDetachable, IClusterable
- Direct Known Subclasses:
- CheckedSelectableFolderContent
public class SelectableFolderContent
- 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 |
SelectableFolderContent
public SelectableFolderContent(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
isSelected
protected boolean isSelected(Foo foo)
select
protected void select(Foo foo,
AbstractTree<Foo> tree,
AjaxRequestTarget target)
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.