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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleanprotected booleanprotected booleanload()Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, onAttach, onDetach, setObject, toString
-
Constructor Details
-
AvailableTopicTypesModel
-
-
Method Details