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