Uses of Class
org.openforis.collect.metamodel.view.ViewContext
-
Packages that use ViewContext Package Description org.openforis.collect.metamodel.uiconfiguration.view org.openforis.collect.metamodel.view -
-
Uses of ViewContext in org.openforis.collect.metamodel.uiconfiguration.view
Fields in org.openforis.collect.metamodel.uiconfiguration.view declared as ViewContext Modifier and Type Field Description protected ViewContextUIModelObjectView. contextMethods in org.openforis.collect.metamodel.uiconfiguration.view with parameters of type ViewContext Modifier and Type Method Description static List<UITabComponentView<?>>UITabComponentViews. fromObjects(List<UIFormComponent> components, ViewContext context)static <V extends UITableHeadingComponentView<?>,C extends UITableHeadingComponent>
List<V>UITableHeadingComponentView. fromObjects(List<C> components, ViewContext context)static <O,V>
List<V>Views. fromObjects(List<O> objects, Class<V> viewType, ViewContext context)Constructors in org.openforis.collect.metamodel.uiconfiguration.view with parameters of type ViewContext Constructor Description UIColumnGroupView(UIColumnGroup uiObject, ViewContext context)UIColumnView(UIColumn uiObject, ViewContext context)UIConfigurationView(UIConfiguration uiConfiguration, ViewContext context)UIFieldSetView(UIFormSection uiObject, ViewContext context)UIFieldView(O uiObject, ViewContext context)UIModelObjectView(O uiObject, ViewContext context)UITabContentContainerView(O uiObject, ViewContext context)UITableHeadingComponentView(O uiObject, ViewContext context)UITableView(UITable uiObject, ViewContext context)UITabSetView(UIFormSet uiFormSet, ViewContext context)UITabView(UIForm uiObject, ViewContext context) -
Uses of ViewContext in org.openforis.collect.metamodel.view
Constructors in org.openforis.collect.metamodel.view with parameters of type ViewContext Constructor Description SurveyView(Integer id, String name, boolean temporary, SurveyTarget target, ViewContext context)SurveyView(CollectSurvey s, ViewContext context)
-