Uses of Class
ontopoly.models.FieldValueModel
Packages that use FieldValueModel
-
Uses of FieldValueModel in ontopoly.components
Fields in ontopoly.components declared as FieldValueModelModifier and TypeFieldDescriptionprotected final FieldValueModelFieldInstanceAssociationNaryField.fieldValueModelprotected final FieldValueModelFieldInstanceHTMLArea.fieldValueModelprotected FieldValueModelFieldInstanceImageField.fieldValueModelprotected FieldValueModelFieldInstanceURIField.fieldValueModelFields in ontopoly.components with type parameters of type FieldValueModelModifier and TypeFieldDescriptionprotected org.apache.wicket.markup.html.list.ListView<FieldValueModel>AbstractFieldInstancePanel.listViewMethods in ontopoly.components that return FieldValueModelMethods in ontopoly.components with parameters of type FieldValueModelModifier and TypeMethodDescriptionprotected voidAbstractFieldInstancePanel.addNewFieldValueCssClass(org.apache.wicket.markup.html.WebMarkupContainer component, FieldValuesModel fieldValuesModel, FieldValueModel fieldValueModel) protected voidFieldInstanceAssociationBinaryField.onNewSelection(FieldValueModel fieldValueModel, Topic selectedTopic) protected abstract voidFieldInstanceAssociationBinaryField.performNewSelection(FieldValueModel fieldValueModel, RoleField selectedField, Topic selectedTopic) Constructors in ontopoly.components with parameters of type FieldValueModelModifierConstructorDescriptionFieldInstanceAssociationBinaryField(String id, RoleFieldModel valueFieldModel, FieldValueModel fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean embedded, boolean traversable, boolean allowAdd) FieldInstanceAssociationNaryField(String id, FieldInstanceAssociationNaryPanel _parentPanel, RoleFieldModel roleFieldModel, List<RoleFieldModel> otherRoleFieldModels, FieldValueModel _fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity) FieldInstanceAssociationUnaryField(String id, FieldValueModel fieldValueModel, boolean readonly) FieldInstanceDateField(String id, FieldValueModel fieldValueModel) FieldInstanceDateTimeField(String id, FieldValueModel fieldValueModel) FieldInstanceHTMLArea(String id, FieldValueModel _fieldValueModel) FieldInstanceImageField(String id, FieldValueModel _fieldValueModel, boolean readonly) FieldInstanceNumberField(String id, FieldValueModel fieldValueModel) FieldInstanceRemoveButton(String id, String image, FieldValueModel fieldValueModel) FieldInstanceTextArea(String id, FieldValueModel fieldValueModel) FieldInstanceTextField(String id, FieldValueModel fieldValueModel) FieldInstanceURIField(String id, FieldValueModel _fieldValueModel) -
Uses of FieldValueModel in ontopoly.fileupload
Constructors in ontopoly.fileupload with parameters of type FieldValueModel -
Uses of FieldValueModel in ontopoly.models
Methods in ontopoly.models that return FieldValueModelModifier and TypeMethodDescriptionstatic FieldValueModelFieldValueModel.createModel(FieldInstanceModel fieldInstanceModel, Object value, boolean isExistingValue) Methods in ontopoly.models that return types with arguments of type FieldValueModelModifier and TypeMethodDescriptionFieldValuesModel.getObject()protected List<FieldValueModel>FieldValuesModel.load()Methods in ontopoly.models with parameters of type FieldValueModelModifier and TypeMethodDescriptionintFieldValuesModel.compare(FieldValueModel fvm1, FieldValueModel fvm2)