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 Detail

      • AvailableTopicTypesModel

        public AvailableTopicTypesModel​(TopicModel<Topic> topicModel)
    • Method Detail

      • 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)