public class Table extends Object implements Serializable, Comparable<Table>
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Table table) |
List<TableColumnDetails> |
getAdditionalTableColumns()
Returns the details of table column configuration.
|
List<TableRow> |
getBodyRows()
Returns the body rows.
|
int |
getConfiguredBodyRowCount()
Returns the table row count after customization.
|
int |
getConfiguredColumnCount()
Returns the table column count after customization.
|
TableRow |
getFooterRow()
Returns the footer row.
|
TableRow |
getHeaderRow()
Returns the header row.
|
String |
getId()
Get id of the table object.
|
int |
getOriginalBodyRowCount()
Returns the table row count before customization.
|
int |
getOriginalColumnCount()
Returns the table column count before customization.
|
Integer |
getPosition()
Returns the table position in container layout.
|
String |
getTableName()
Returns the table name.
|
String |
getTableSOMExpression()
Returns the SOM expression of table.
|
boolean |
isCustomizable()
Returns true if this table is customizable.
|
boolean |
isDynamicTable()
Returns true if this is a dynamic table, else returns false.
|
boolean |
isPlaceHolderTable()
Returns true if this is a place holder table.
|
boolean |
isShowFooterRow()
Returns the value of showFooterRow flag.
|
boolean |
isShowHeaderRow()
Returns the value of showHeaderRow flag.
|
void |
setAdditionalTableColumns(List<TableColumnDetails> additionalTableColumns)
Sets the details of table column configuration.
|
void |
setBodyRows(List<TableRow> bodyRows)
Sets the body rows.
|
void |
setConfiguredBodyRowCount(int configuredBodyRowCount)
Sets the table row count after customization.
|
void |
setConfiguredColumnCount(int configuredColumnCount)
Sets the table column count after customization.
|
void |
setCustomizable(boolean customizable)
Sets the value of customizable flag.
|
void |
setDynamicTable(boolean dynamicTable)
Sets value of dynamic table flag.
|
void |
setFooterRow(TableRow footerRow)
Sets the footer row.
|
void |
setHeaderRow(TableRow headerRow)
Sets the header row.
|
void |
setId(String id)
Sets id of the table object.
|
void |
setOriginalBodyRowCount(int originalBodyRowCount)
Sets the table row count before customization.
|
void |
setOriginalColumnCount(int originalColumnCount)
Sets the table column count before customization.
|
void |
setPlaceHolderTable(boolean placeHolderTable)
Sets the value of place holder table flag.
|
void |
setPosition(Integer position)
Sets the table position in container layout.
|
void |
setShowFooterRow(boolean showFooterRow)
Sets the value of showFooterRow flag.
|
void |
setShowHeaderRow(boolean showHeaderRow)
Sets the value of showHeaderRow flag.
|
void |
setTableName(String tableName)
Sets the table name.
|
void |
setTableSOMExpression(String tableSOMExpression)
Sets the SOM expression of table.
|
public String getId()
public void setId(String id)
id
- the id to setpublic boolean isDynamicTable()
public void setDynamicTable(boolean dynamicTable)
dynamicTable
- the dynamicTable to setpublic String getTableName()
public void setTableName(String tableName)
tableName
- the tableName to setpublic Integer getPosition()
public void setPosition(Integer position)
position
- the position to setpublic String getTableSOMExpression()
public void setTableSOMExpression(String tableSOMExpression)
tableSOMExpression
- the tableSOMExpression to setpublic TableRow getHeaderRow()
public void setHeaderRow(TableRow headerRow)
headerRow
- the headerRow to setpublic void setBodyRows(List<TableRow> bodyRows)
bodyRows
- the bodyRows to setpublic TableRow getFooterRow()
public void setFooterRow(TableRow footerRow)
footerRow
- the footerRow to setpublic boolean isShowHeaderRow()
public void setShowHeaderRow(boolean showHeaderRow)
showHeaderRow
- the showHeaderRow to setpublic boolean isShowFooterRow()
public void setShowFooterRow(boolean showFooterRow)
showFooterRow
- the showFooterRow to setpublic int getOriginalBodyRowCount()
public void setOriginalBodyRowCount(int originalBodyRowCount)
originalBodyRowCount
- the originalBodyRowCount to setpublic int getOriginalColumnCount()
public void setOriginalColumnCount(int originalColumnCount)
originalColumnCount
- the originalColumnCount to setpublic int getConfiguredBodyRowCount()
public void setConfiguredBodyRowCount(int configuredBodyRowCount)
configuredBodyRowCount
- the configuredBodyRowCount to setpublic int getConfiguredColumnCount()
public void setConfiguredColumnCount(int configuredColumnCount)
configuredColumnCount
- the configuredColumnCount to setpublic List<TableColumnDetails> getAdditionalTableColumns()
public void setAdditionalTableColumns(List<TableColumnDetails> additionalTableColumns)
additionalTableColumns
- the additionalTableColumns to setpublic boolean isPlaceHolderTable()
public void setPlaceHolderTable(boolean placeHolderTable)
placeHolderTable
- the placeHolderTable to setpublic boolean isCustomizable()
public void setCustomizable(boolean customizable)
customizable
- the customizable to setpublic int compareTo(Table table)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.