ontopoly.models
Class AvailableTopicTypesModel
java.lang.Object
org.apache.wicket.model.LoadableDetachableModel<java.util.List<TopicType>>
ontopoly.models.AvailableTopicTypesModel
- All Implemented Interfaces:
- java.io.Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<java.util.List<TopicType>>
public abstract class AvailableTopicTypesModel
- extends org.apache.wicket.model.LoadableDetachableModel<java.util.List<TopicType>>
- See Also:
- Serialized Form
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 |
AvailableTopicTypesModel
public AvailableTopicTypesModel(TopicModel<Topic> topicModel)
getShouldIncludeSelf
protected boolean getShouldIncludeSelf()
getShouldIncludeExistingTypes
protected boolean getShouldIncludeExistingTypes()
load
protected java.util.List<TopicType> load()
- Specified by:
load
in class org.apache.wicket.model.LoadableDetachableModel<java.util.List<TopicType>>
filter
protected abstract boolean filter(Topic o)
Copyright © 2000-2012 Ontopia.