Class TopicTypeModel

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<TopicType>

    public class TopicTypeModel
    extends org.apache.wicket.model.LoadableDetachableModel<TopicType>
    See Also:
    Serialized Form
    • Constructor Detail

      • TopicTypeModel

        public TopicTypeModel​(TopicType topicType)
      • TopicTypeModel

        public TopicTypeModel​(String topicMapId,
                              String topicId)
    • Method Detail

      • getTopicType

        public TopicType getTopicType()
      • load

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