Class UIFieldView<O extends UIField>
- java.lang.Object
-
- org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView<O>
-
- org.openforis.collect.metamodel.uiconfiguration.view.UIFieldView<O>
-
- All Implemented Interfaces:
UITabComponentView<O>
public class UIFieldView<O extends UIField> extends UIModelObjectView<O> implements UITabComponentView<O>
-
-
Field Summary
-
Fields inherited from class org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView
context, uiObject
-
-
Constructor Summary
Constructors Constructor Description UIFieldView(O uiObject, ViewContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAttributeDefinitionId()StringgetAttributeType()intgetColumn()intgetColumnSpan()intgetRow()StringgetType()-
Methods inherited from class org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView
getId, getNodeDefinition, getSurvey
-
-
-
-
Constructor Detail
-
UIFieldView
public UIFieldView(O uiObject, ViewContext context)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classUIModelObjectView<O extends UIField>
-
getAttributeType
public String getAttributeType()
-
getAttributeDefinitionId
public Integer getAttributeDefinitionId()
-
getColumn
public int getColumn()
- Specified by:
getColumnin interfaceUITabComponentView<O extends UIField>
-
getColumnSpan
public int getColumnSpan()
- Specified by:
getColumnSpanin interfaceUITabComponentView<O extends UIField>
-
getRow
public int getRow()
- Specified by:
getRowin interfaceUITabComponentView<O extends UIField>
-
-