Uses of Class
ontopoly.models.FieldDefinitionModel
-
Packages that use FieldDefinitionModel Package Description ontopoly.components ontopoly.models -
-
Uses of FieldDefinitionModel in ontopoly.components
Methods in ontopoly.components with parameters of type FieldDefinitionModel 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 FieldDefinitionModel Constructor Description FieldDefinitionLabel(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 FieldDefinitionModel Modifier and Type Method Description static List<FieldDefinitionModel>
FieldDefinitionModel. wrapInFieldDefinitionModels(List<FieldDefinition> fieldDefinitions)
-