Uses of Class
ontopoly.models.FieldValueModel
-
Packages that use FieldValueModel Package Description ontopoly.components ontopoly.fileupload ontopoly.models -
-
Uses of FieldValueModel in ontopoly.components
Fields in ontopoly.components declared as FieldValueModel Modifier and Type Field Description protected FieldValueModelFieldInstanceAssociationNaryField. fieldValueModelprotected FieldValueModelFieldInstanceHTMLArea. fieldValueModelprotected FieldValueModelFieldInstanceImageField. fieldValueModelprotected FieldValueModelFieldInstanceURIField. fieldValueModelFields in ontopoly.components with type parameters of type FieldValueModel Modifier and Type Field Description protected org.apache.wicket.markup.html.list.ListView<FieldValueModel>AbstractFieldInstancePanel. listViewMethods in ontopoly.components that return FieldValueModel Modifier and Type Method Description FieldValueModelFieldInstanceImageField. getFieldValueModel()Methods in ontopoly.components with parameters of type FieldValueModel Modifier and Type Method Description protected 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) -
Uses of FieldValueModel in ontopoly.fileupload
Constructors in ontopoly.fileupload with parameters of type FieldValueModel Constructor Description UploadIFrame(FieldValueModel fieldValueModel) -
Uses of FieldValueModel in ontopoly.models
Methods in ontopoly.models that return FieldValueModel Modifier and Type Method Description static FieldValueModelFieldValueModel. createModel(FieldInstanceModel fieldInstanceModel, Object value, boolean isExistingValue)Methods in ontopoly.models that return types with arguments of type FieldValueModel Modifier and Type Method Description List<FieldValueModel>FieldValuesModel. getObject()protected List<FieldValueModel>FieldValuesModel. load()Methods in ontopoly.models with parameters of type FieldValueModel Modifier and Type Method Description intFieldValuesModel. compare(FieldValueModel fvm1, FieldValueModel fvm2)
-