Package ontopoly.models
Class AvailableTopicTypesModel
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IClusterable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<List<TopicType>>
public abstract class AvailableTopicTypesModel extends org.apache.wicket.model.LoadableDetachableModel<List<TopicType>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AvailableTopicTypesModel(TopicModel<Topic> topicModel)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract boolean
filter(Topic o)
protected boolean
getShouldIncludeExistingTypes()
protected boolean
getShouldIncludeSelf()
protected List<TopicType>
load()
-
-
-
Constructor Detail
-
AvailableTopicTypesModel
public AvailableTopicTypesModel(TopicModel<Topic> topicModel)
-
-