Class UIModelObjectView<O extends UIModelObject>
- java.lang.Object
-
- org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView<O>
-
- Direct Known Subclasses:
UIFieldView,UITabContentContainerView,UITableHeadingComponentView,UITableView
public abstract class UIModelObjectView<O extends UIModelObject> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ViewContextcontextprotected OuiObject
-
Constructor Summary
Constructors Constructor Description UIModelObjectView(O uiObject, ViewContext context)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intgetId()protected NodeDefinitiongetNodeDefinition(int defId)protected CollectSurveygetSurvey()abstract StringgetType()
-
-
-
Field Detail
-
uiObject
protected O extends UIModelObject uiObject
-
context
protected ViewContext context
-
-
Constructor Detail
-
UIModelObjectView
public UIModelObjectView(O uiObject, ViewContext context)
-
-
Method Detail
-
getType
public abstract String getType()
-
getNodeDefinition
protected NodeDefinition getNodeDefinition(int defId)
-
getSurvey
protected CollectSurvey getSurvey()
-
getId
public int getId()
-
-