Class UITableView
- java.lang.Object
-
- org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView<UITable>
-
- org.openforis.collect.metamodel.uiconfiguration.view.UITableView
-
- All Implemented Interfaces:
UITabComponentView<UITable>
public class UITableView extends UIModelObjectView<UITable> implements UITabComponentView<UITable>
-
-
Field Summary
-
Fields inherited from class org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView
context, uiObject
-
-
Constructor Summary
Constructors Constructor Description UITableView(UITable uiObject, ViewContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()intgetColumnSpan()UITable.DirectiongetDirection()intgetEntityDefinitionId()List<UIColumnView>getHeadingColumns()List<UITableHeadingComponentView<?>>getHeadingComponents()List<List<UITableHeadingComponentView<?>>>getHeadingRows()intgetRow()intgetTotalHeadingColumns()intgetTotalHeadingRows()StringgetType()booleanisCountInSummaryList()booleanisShowRowNumbers()-
Methods inherited from class org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView
getId, getNodeDefinition, getSurvey
-
-
-
-
Constructor Detail
-
UITableView
public UITableView(UITable uiObject, ViewContext context)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classUIModelObjectView<UITable>
-
getEntityDefinitionId
public int getEntityDefinitionId()
-
getHeadingComponents
public List<UITableHeadingComponentView<?>> getHeadingComponents()
-
getHeadingRows
public List<List<UITableHeadingComponentView<?>>> getHeadingRows()
-
getTotalHeadingRows
public int getTotalHeadingRows()
-
getHeadingColumns
public List<UIColumnView> getHeadingColumns()
-
getTotalHeadingColumns
public int getTotalHeadingColumns()
-
isShowRowNumbers
public boolean isShowRowNumbers()
-
isCountInSummaryList
public boolean isCountInSummaryList()
-
getDirection
public UITable.Direction getDirection()
-
getColumn
public int getColumn()
- Specified by:
getColumnin interfaceUITabComponentView<UITable>
-
getColumnSpan
public int getColumnSpan()
- Specified by:
getColumnSpanin interfaceUITabComponentView<UITable>
-
getRow
public int getRow()
- Specified by:
getRowin interfaceUITabComponentView<UITable>
-
-