Uses of Class
ontopoly.models.FieldAssignmentModel
-
Packages that use FieldAssignmentModel Package Description ontopoly.components ontopoly.models -
-
Uses of FieldAssignmentModel in ontopoly.components
Methods in ontopoly.components with parameters of type FieldAssignmentModel Modifier and Type Method Description protected abstract void
FieldsEditorExistingPanel. onMoveAfter(FieldAssignmentModel fam_dg, FieldAssignmentModel fam_do, org.apache.wicket.ajax.AjaxRequestTarget target)
protected abstract void
FieldsEditorExistingPanel. onRemove(FieldAssignmentModel fam, org.apache.wicket.ajax.AjaxRequestTarget target)
Constructors in ontopoly.components with parameters of type FieldAssignmentModel Constructor Description FieldsEditorExistingPanel(String id, TopicTypeModel topicTypeModel, FieldAssignmentModel fieldAssignmentModel, boolean readonly)
-
Uses of FieldAssignmentModel in ontopoly.models
Methods in ontopoly.models that return types with arguments of type FieldAssignmentModel Modifier and Type Method Description static List<FieldAssignmentModel>
FieldAssignmentModel. wrapInFieldAssignmentModels(List<FieldAssignment> fieldAssignments)
-