public class UITableView extends UIModelObjectView<UITable> implements UITabComponentView<UITable>
context, uiObject| Constructor and Description |
|---|
UITableView(UITable uiObject,
ViewContext context) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getColumnSpan() |
UITable.Direction |
getDirection() |
int |
getEntityDefinitionId() |
List<UIColumnView> |
getHeadingColumns() |
List<UITableHeadingComponentView<?>> |
getHeadingComponents() |
List<List<UITableHeadingComponentView<?>>> |
getHeadingRows() |
int |
getRow() |
int |
getTotalHeadingColumns() |
int |
getTotalHeadingRows() |
String |
getType() |
boolean |
isCountInSummaryList() |
boolean |
isShowRowNumbers() |
getId, getNodeDefinition, getSurveypublic UITableView(UITable uiObject, ViewContext context)
public String getType()
getType in class UIModelObjectView<UITable>public int getEntityDefinitionId()
public List<UITableHeadingComponentView<?>> getHeadingComponents()
public List<List<UITableHeadingComponentView<?>>> getHeadingRows()
public int getTotalHeadingRows()
public List<UIColumnView> getHeadingColumns()
public int getTotalHeadingColumns()
public boolean isShowRowNumbers()
public boolean isCountInSummaryList()
public UITable.Direction getDirection()
public int getColumn()
getColumn in interface UITabComponentView<UITable>public int getColumnSpan()
getColumnSpan in interface UITabComponentView<UITable>public int getRow()
getRow in interface UITabComponentView<UITable>Copyright © 2020 Open Foris. All rights reserved.