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 booleanfilter(Topic o)protected booleangetShouldIncludeExistingTypes()protected booleangetShouldIncludeSelf()protected List<TopicType>load()
-
-
-
Constructor Detail
-
AvailableTopicTypesModel
public AvailableTopicTypesModel(TopicModel<Topic> topicModel)
-
-