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 FieldsViewFieldsView. getDefaultFieldsView(TopicMap tm)FieldsViewFieldDefinition. 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)FieldsViewFieldDefinition. getValueView(FieldsView view)ViewModesFieldDefinition. getViewModes(FieldsView view) -
Uses of FieldsView in ontopoly.models
Methods in ontopoly.models that return FieldsView Modifier and Type Method Description FieldsViewFieldsViewModel. getFieldsView()protected FieldsViewFieldsViewModel. 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 FieldsViewEmbeddedInstancePage. getFieldsView()
-