public abstract class AvailableTopicTypesModel extends org.apache.wicket.model.LoadableDetachableModel<List<TopicType>>
Constructor and Description |
---|
AvailableTopicTypesModel(TopicModel<Topic> topicModel) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
filter(Topic o) |
protected boolean |
getShouldIncludeExistingTypes() |
protected boolean |
getShouldIncludeSelf() |
protected List<TopicType> |
load() |
public AvailableTopicTypesModel(TopicModel<Topic> topicModel)