Class AvailableTopicTypesModel

java.lang.Object
org.apache.wicket.model.LoadableDetachableModel<List<TopicType>>
ontopoly.models.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:
  • Constructor Details

    • AvailableTopicTypesModel

      public AvailableTopicTypesModel(TopicModel<Topic> topicModel)
  • Method Details

    • getShouldIncludeSelf

      protected boolean getShouldIncludeSelf()
    • getShouldIncludeExistingTypes

      protected boolean getShouldIncludeExistingTypes()
    • load

      protected List<TopicType> load()
      Specified by:
      load in class org.apache.wicket.model.LoadableDetachableModel<List<TopicType>>
    • filter

      protected abstract boolean filter(Topic o)