org.apache.wicket.markup.html.tree
Class WicketTreeModel

java.lang.Object
  extended by org.apache.wicket.model.util.GenericBaseModel<TreeModel>
      extended by org.apache.wicket.markup.html.tree.WicketTreeModel
All Implemented Interfaces:
Serializable, IClusterable, IDetachable, IModel<TreeModel>

public class WicketTreeModel
extends GenericBaseModel<TreeModel>

Author:
Timo Rantalaiho
See Also:
Serialized Form

Constructor Summary
WicketTreeModel()
           
 
Method Summary
protected  TreeModel createSerializableVersionOf(TreeModel object)
          Creates a serializable version of the object.
 
Methods inherited from class org.apache.wicket.model.util.GenericBaseModel
detach, equals, getObject, hashCode, setObject, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WicketTreeModel

public WicketTreeModel()
Method Detail

createSerializableVersionOf

protected TreeModel createSerializableVersionOf(TreeModel object)
Description copied from class: GenericBaseModel
Creates a serializable version of the object. The object is usually a collection.

Specified by:
createSerializableVersionOf in class GenericBaseModel<TreeModel>
Returns:
serializable version of object


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.