Uses of Class
ontopoly.models.FieldsViewModel
-
Packages that use FieldsViewModel Package Description ontopoly.components ontopoly.pages -
-
Uses of FieldsViewModel in ontopoly.components
Fields in ontopoly.components declared as FieldsViewModel Modifier and Type Field Description protected FieldsViewModel
FieldInstanceCreatePlayerPanel. fieldsViewModel
protected FieldsViewModel
TopicLink. fieldsViewModel
Methods in ontopoly.components with parameters of type FieldsViewModel Modifier and Type Method Description protected org.apache.wicket.Component
FieldInstancesPanel. createFieldInstanceComponent(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean _traversable)
Constructors in ontopoly.components with parameters of type FieldsViewModel Constructor Description FieldInstanceAssociationBinaryEmbeddedPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable)
FieldInstanceAssociationBinaryField(String id, RoleFieldModel valueFieldModel, FieldValueModel fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean embedded, boolean traversable, boolean allowAdd)
FieldInstanceAssociationBinaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonlyField, boolean traversable)
FieldInstanceAssociationBinaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonlyField, boolean embedded, boolean traversable)
FieldInstanceAssociationNaryField(String id, FieldInstanceAssociationNaryPanel _parentPanel, RoleFieldModel roleFieldModel, List<RoleFieldModel> otherRoleFieldModels, FieldValueModel _fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity)
FieldInstanceAssociationNaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity)
FieldInstanceCreatePlayerPanel(String id, FieldInstanceModel _fieldInstanceModel, FieldsViewModel fieldsViewModel, RoleFieldModel _roleFieldModel, AbstractFieldInstancePanel fieldInstancePanel, int createAction)
FieldInstanceQueryEmbeddedPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable)
FieldInstanceQueryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable)
FieldInstanceQueryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean embedded, boolean traversable)
FieldInstancesPanel(String id, List<FieldInstanceModel> fieldInstanceModels, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable)
InstancePanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel, boolean _isReadOnly, boolean traversable)
TopicLink(String id, org.apache.wicket.model.IModel<T> topicModel, FieldsViewModel fieldsViewModel)
TopicTypesFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel)
ViewsFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel)
-
Uses of FieldsViewModel in ontopoly.pages
Fields in ontopoly.pages declared as FieldsViewModel Modifier and Type Field Description protected FieldsViewModel
EmbeddedInstancePage. fieldsViewModel
Methods in ontopoly.pages that return FieldsViewModel Modifier and Type Method Description FieldsViewModel
InstancePage. getFieldsViewModel()
Constructors in ontopoly.pages with parameters of type FieldsViewModel Constructor Description ModalInstancePage(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel)
-