public class TableColumnDetails extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TableColumnDetails.TableColumnType
Enum to specify the type of table column.
|
Constructor and Description |
---|
TableColumnDetails() |
Modifier and Type | Method and Description |
---|---|
TableColumnDetails.TableColumnType |
getColumnType()
Returns the type of table column.
|
float |
getColumnWidth()
Returns the ratio of column's width with respect to other columns.
|
String |
getFooterName()
Returns the value of footer text for configured table columns.
|
String |
getHeaderName()
Returns the value of header text for configured table columns.
|
String |
getId()
Returns id of the object.
|
void |
setColumnType(TableColumnDetails.TableColumnType columnType)
Sets the type of table column.
|
void |
setColumnWidth(float columnWidth)
Sets the ratio of column's width with respect to other columns.
|
void |
setFooterName(String footerName)
Sets the value of footer text for configured table columns.
|
void |
setHeaderName(String headerName)
Sets the value of header text for configured table columns.
|
void |
setId(String id)
Sets id of the object.
|
public String getId()
public void setId(String id)
id
- the id to setpublic TableColumnDetails.TableColumnType getColumnType()
public void setColumnType(TableColumnDetails.TableColumnType columnType)
columnType
- the columnType to setpublic float getColumnWidth()
public void setColumnWidth(float columnWidth)
columnWidth
- the columnWidth to setpublic String getHeaderName()
public void setHeaderName(String headerName)
headerName
- the headerName to setpublic String getFooterName()
public void setFooterName(String footerName)
footerName
- the footerName to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.