Uses of Class
ontopoly.models.FieldAssignmentModel
Packages that use FieldAssignmentModel
-
Uses of FieldAssignmentModel in ontopoly.components
Methods in ontopoly.components with parameters of type FieldAssignmentModelModifier and TypeMethodDescriptionprotected abstract voidFieldsEditorExistingPanel.onMoveAfter(FieldAssignmentModel fam_dg, FieldAssignmentModel fam_do, org.apache.wicket.ajax.AjaxRequestTarget target) protected abstract voidFieldsEditorExistingPanel.onRemove(FieldAssignmentModel fam, org.apache.wicket.ajax.AjaxRequestTarget target) Constructors in ontopoly.components with parameters of type FieldAssignmentModelModifierConstructorDescriptionFieldsEditorExistingPanel(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 FieldAssignmentModelModifier and TypeMethodDescriptionstatic List<FieldAssignmentModel>FieldAssignmentModel.wrapInFieldAssignmentModels(List<FieldAssignment> fieldAssignments)