public class TableColumnImpl extends Object implements TableColumn
| Modifier and Type | Field and Description |
|---|---|
static TableColumnImpl |
DEFAULT_TABLE_COLUMN |
| Constructor and Description |
|---|
TableColumnImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendXMLToTable(XMLUtil util,
Appendable appendable,
int count)
Append the XML to the table representation
|
boolean |
equals(Object o) |
TableCellStyle |
getColumnDefaultCellStyle() |
int |
hashCode() |
void |
setColumnAttribute(String attribute,
CharSequence value)
Set a custom attribute for this column
|
void |
setColumnDefaultCellStyle(TableCellStyle defaultCellStyle)
Set the cell style for the cell of this column to ts.
|
void |
setColumnStyle(TableColumnStyle columnStyle)
Set a style for this column
|
public static final TableColumnImpl DEFAULT_TABLE_COLUMN
public void setColumnStyle(TableColumnStyle columnStyle)
TableColumnsetColumnStyle in interface TableColumncolumnStyle - the stylepublic void setColumnAttribute(String attribute, CharSequence value)
TableColumnsetColumnAttribute in interface TableColumnattribute - the attributevalue - the valuepublic TableCellStyle getColumnDefaultCellStyle()
public void setColumnDefaultCellStyle(TableCellStyle defaultCellStyle)
TableColumnsetColumnDefaultCellStyle in interface TableColumndefaultCellStyle - The table rowStyle to be usedpublic void appendXMLToTable(XMLUtil util, Appendable appendable, int count) throws IOException
util - an utilappendable - the destinationcount - the number of columns concernedIOException - if an I/O error occursCopyright © 2016–2021. All rights reserved.