org.wicketopia.persistence.model.list
Class EntityListModel<T>

java.lang.Object
  extended by org.apache.wicket.model.LoadableDetachableModel<List<? extends T>>
      extended by org.wicketopia.persistence.model.list.EntityListModel<T>
All Implemented Interfaces:
Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<List<? extends T>>, org.apache.wicket.util.io.IClusterable

public class EntityListModel<T>
extends org.apache.wicket.model.LoadableDetachableModel<List<? extends T>>

See Also:
Serialized Form

Constructor Summary
EntityListModel(Class<T> entityType, PersistenceProvider persistenceProvider)
           
 
Method Summary
protected  List<? extends T> load()
           
 
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, onAttach, onDetach, setObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityListModel

public EntityListModel(Class<T> entityType,
                       PersistenceProvider persistenceProvider)
Method Detail

load

protected List<? extends T> load()
Specified by:
load in class org.apache.wicket.model.LoadableDetachableModel<List<? extends T>>


Copyright © 2010-2013. All Rights Reserved.