Uses of Class
org.openforis.collect.metamodel.view.ViewContext
Packages that use ViewContext
Package
Description
-
Uses of ViewContext in org.openforis.collect.metamodel.uiconfiguration.view
Fields in org.openforis.collect.metamodel.uiconfiguration.view declared as ViewContextMethods in org.openforis.collect.metamodel.uiconfiguration.view with parameters of type ViewContextModifier and TypeMethodDescriptionstatic 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 ViewContextModifierConstructorDescriptionUIColumnGroupView(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 ViewContextModifierConstructorDescriptionSurveyView(Integer id, String name, boolean temporary, SurveyTarget target, ViewContext context) SurveyView(CollectSurvey s, ViewContext context)