Uses of Class
ontopoly.models.TopicTypeModel
-
Packages that use TopicTypeModel Package Description ontopoly.components ontopoly.pages -
-
Uses of TopicTypeModel in ontopoly.components
Fields in ontopoly.components declared as TopicTypeModel Modifier and Type Field Description protected TopicTypeModel
FieldInstanceCreatePlayerPanel. topicTypeModel
Methods in ontopoly.components with parameters of type TopicTypeModel Modifier and Type Method Description protected abstract void
FieldsEditorAddPanel. onAddField(TopicTypeModel topicTypeModel, FieldDefinitionModel fdm, org.apache.wicket.ajax.AjaxRequestTarget target)
Constructors in ontopoly.components with parameters of type TopicTypeModel Constructor Description CreateOrCopyInstanceFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel)
FieldsEditor(String id, TopicTypeModel _topicTypeModel, boolean readonly)
FieldsEditorAddPanel(String id, TopicTypeModel topicTypeModel, FieldDefinitionModel fieldDefinitionModel)
FieldsEditorExistingPanel(String id, TopicTypeModel topicTypeModel, FieldAssignmentModel fieldAssignmentModel, boolean readonly)
InstancePanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel, boolean _isReadOnly, boolean traversable)
InstanceSearchPanel(String id, TopicTypeModel model)
TopicTypesFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel)
ViewsFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel)
-
Uses of TopicTypeModel in ontopoly.pages
Fields in ontopoly.pages declared as TopicTypeModel Modifier and Type Field Description protected TopicTypeModel
EmbeddedInstancePage. topicTypeModel
protected TopicTypeModel
InstancesPage. topicTypeModel
Methods in ontopoly.pages that return TopicTypeModel Modifier and Type Method Description TopicTypeModel
InstancePage. getTopicTypeModel()
Constructors in ontopoly.pages with parameters of type TopicTypeModel Constructor Description ModalInstancePage(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel)
-