Uses of Class
ontopoly.models.FieldDefinitionModel
Packages that use FieldDefinitionModel
-
Uses of FieldDefinitionModel in ontopoly.components
Methods in ontopoly.components with parameters of type FieldDefinitionModelModifier and TypeMethodDescriptionprotected abstract voidFieldsEditorAddPanel.onAddField(TopicTypeModel topicTypeModel, FieldDefinitionModel fdm, org.apache.wicket.ajax.AjaxRequestTarget target) Constructors in ontopoly.components with parameters of type FieldDefinitionModelModifierConstructorDescriptionFieldDefinitionLabel(String id, FieldDefinitionModel fieldDefinitionModel) FieldsEditorAddPanel(String id, TopicTypeModel topicTypeModel, FieldDefinitionModel fieldDefinitionModel) -
Uses of FieldDefinitionModel in ontopoly.models
Methods in ontopoly.models that return types with arguments of type FieldDefinitionModelModifier and TypeMethodDescriptionstatic List<FieldDefinitionModel>FieldDefinitionModel.wrapInFieldDefinitionModels(List<FieldDefinition> fieldDefinitions)