Uses of Class
ontopoly.models.FieldInstanceModel
Packages that use FieldInstanceModel
-
Uses of FieldInstanceModel in ontopoly.components
Fields in ontopoly.components declared as FieldInstanceModelModifier and TypeFieldDescriptionprotected FieldInstanceModelAbstractFieldInstancePanel.fieldInstanceModelprotected FieldInstanceModelFieldInstanceCreatePlayerPanel.fieldInstanceModelMethods in ontopoly.components that return FieldInstanceModelMethods in ontopoly.components that return types with arguments of type FieldInstanceModelModifier and TypeMethodDescriptionorg.apache.wicket.markup.html.list.ListView<FieldInstanceModel>FieldInstancesPanel.getFieldList()Methods in ontopoly.components with parameters of type FieldInstanceModelModifier and TypeMethodDescriptionstatic SerializableAbstractFieldInstancePanel.createErrorMessage(FieldInstanceModel fieldInstanceModel, Throwable t) static SerializableAbstractFieldInstancePanel.createErrorMessage(FieldInstanceModel fieldInstanceModel, org.apache.wicket.model.IModel<String> message) protected org.apache.wicket.ComponentFieldInstancesPanel.createFieldInstanceComponent(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean _traversable) protected static StringAbstractFieldInstancePanel.createIdentifier(FieldInstanceModel fieldInstanceModel) Constructors in ontopoly.components with parameters of type FieldInstanceModelModifierConstructorDescriptionAbstractFieldInstancePanel(String id, FieldInstanceModel fieldInstanceModel) FieldInstanceAssociationBinaryEmbeddedPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable) FieldInstanceAssociationBinaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonlyField, boolean traversable) protectedFieldInstanceAssociationBinaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonlyField, boolean embedded, boolean traversable) FieldInstanceAssociationNaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity) FieldInstanceAssociationUnaryPanel(String id, FieldInstanceModel fieldInstanceModel, boolean readonly) FieldInstanceCreatePlayerPanel(String id, FieldInstanceModel _fieldInstanceModel, FieldsViewModel fieldsViewModel, RoleFieldModel _roleFieldModel, AbstractFieldInstancePanel fieldInstancePanel, int createAction) FieldInstanceErrorPanel(String id, FieldInstanceModel fieldInstanceModel, Exception e) FieldInstanceIdentityPanel(String id, FieldInstanceModel fieldInstanceModel, boolean readonly) FieldInstanceNamePanel(String id, FieldInstanceModel fieldInstanceModel, boolean readonly) FieldInstanceOccurrencePanel(String id, FieldInstanceModel fieldInstanceModel, boolean readonly) 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) Constructor parameters in ontopoly.components with type arguments of type FieldInstanceModelModifierConstructorDescriptionFieldInstancesPanel(String id, List<FieldInstanceModel> fieldInstanceModels, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable) -
Uses of FieldInstanceModel in ontopoly.models
Methods in ontopoly.models that return FieldInstanceModelModifier and TypeMethodDescriptionFieldValueModel.getFieldInstanceModel()FieldValuesModel.getFieldInstanceModel()Methods in ontopoly.models that return types with arguments of type FieldInstanceModelModifier and TypeMethodDescriptionstatic List<FieldInstanceModel>FieldInstanceModel.wrapInFieldInstanceModels(List<FieldInstance> fieldInstances) Methods in ontopoly.models with parameters of type FieldInstanceModelModifier and TypeMethodDescriptionstatic FieldValueModelFieldValueModel.createModel(FieldInstanceModel fieldInstanceModel, Object value, boolean isExistingValue) Constructors in ontopoly.models with parameters of type FieldInstanceModelModifierConstructorDescriptionFieldValuesModel(FieldInstanceModel fieldInstanceModel) FieldValuesModel(FieldInstanceModel fieldInstanceModel, Comparator<Object> comparator) PlayerTypesModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel) PossiblePlayersModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel) -
Uses of FieldInstanceModel in ontopoly.pages
Fields in ontopoly.pages declared as FieldInstanceModelConstructors in ontopoly.pages with parameters of type FieldInstanceModelModifierConstructorDescriptionModalFindPage(String id, FieldInstanceModel fieldInstanceModel, int activeTab) -
Uses of FieldInstanceModel in ontopoly.validators
Fields in ontopoly.validators declared as FieldInstanceModelModifier and TypeFieldDescriptionprotected FieldInstanceModelIdentityValidator.fieldInstanceModelprotected FieldInstanceModelRegexValidator.fieldInstanceModelprotected FieldInstanceModelURIValidator.fieldInstanceModelConstructors in ontopoly.validators with parameters of type FieldInstanceModelModifierConstructorDescriptionDateFormatValidator(org.apache.wicket.Component component, FieldInstanceModel fieldInstanceModel) IdentityValidator(org.apache.wicket.Component component, FieldInstanceModel fieldInstanceModel) RegexValidator(org.apache.wicket.Component component, FieldInstanceModel fieldInstanceModel) URIValidator(org.apache.wicket.Component component, FieldInstanceModel fieldInstanceModel)