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 FieldValueModel
FieldInstanceAssociationNaryField. fieldValueModel
protected FieldValueModel
FieldInstanceHTMLArea. fieldValueModel
protected FieldValueModel
FieldInstanceImageField. fieldValueModel
protected FieldValueModel
FieldInstanceURIField. fieldValueModel
Fields in ontopoly.components with type parameters of type FieldValueModel Modifier and Type Field Description protected org.apache.wicket.markup.html.list.ListView<FieldValueModel>
AbstractFieldInstancePanel. listView
Methods in ontopoly.components that return FieldValueModel Modifier and Type Method Description FieldValueModel
FieldInstanceImageField. getFieldValueModel()
Methods in ontopoly.components with parameters of type FieldValueModel Modifier and Type Method Description protected void
AbstractFieldInstancePanel. addNewFieldValueCssClass(org.apache.wicket.markup.html.WebMarkupContainer component, FieldValuesModel fieldValuesModel, FieldValueModel fieldValueModel)
protected void
FieldInstanceAssociationBinaryField. onNewSelection(FieldValueModel fieldValueModel, Topic selectedTopic)
protected abstract void
FieldInstanceAssociationBinaryField. 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 FieldValueModel
FieldValueModel. 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 int
FieldValuesModel. compare(FieldValueModel fvm1, FieldValueModel fvm2)
-