Uses of Class
ontopoly.model.FieldsView
-
Packages that use FieldsView Package Description ontopoly.model ontopoly.models ontopoly.pages -
-
Uses of FieldsView in ontopoly.model
Methods in ontopoly.model that return FieldsView Modifier and Type Method Description static FieldsView
FieldsView. getDefaultFieldsView(TopicMap tm)
FieldsView
FieldDefinition. getValueView(FieldsView view)
Methods in ontopoly.model that return types with arguments of type FieldsView Modifier and Type Method Description List<FieldsView>
TopicType. getFieldViews(FieldsView fieldsView)
Methods in ontopoly.model with parameters of type FieldsView Modifier and Type Method Description List<FieldAssignment>
TopicType. getFieldAssignments(FieldsView view)
List<FieldInstance>
Topic. getFieldInstances(TopicType topicType, FieldsView fieldsView)
List<FieldsView>
TopicType. getFieldViews(FieldsView fieldsView)
FieldsView
FieldDefinition. getValueView(FieldsView view)
ViewModes
FieldDefinition. getViewModes(FieldsView view)
-
Uses of FieldsView in ontopoly.models
Methods in ontopoly.models that return FieldsView Modifier and Type Method Description FieldsView
FieldsViewModel. getFieldsView()
protected FieldsView
FieldsViewModel. load()
Constructors in ontopoly.models with parameters of type FieldsView Constructor Description FieldsViewModel(FieldsView fieldsView)
-
Uses of FieldsView in ontopoly.pages
Methods in ontopoly.pages that return FieldsView Modifier and Type Method Description protected FieldsView
EmbeddedInstancePage. getFieldsView()
-