public interface TableColumn
| Modifier and Type | Method and Description |
|---|---|
void |
setColumnAttribute(String attribute,
CharSequence value)
Set a custom attribute for this column
|
void |
setColumnDefaultCellStyle(TableCellStyle ts)
Set the cell style for the cell of this column to ts.
|
void |
setColumnStyle(TableColumnStyle columnStyle)
Set a style for this column
|
void setColumnStyle(TableColumnStyle columnStyle)
columnStyle - the stylevoid setColumnAttribute(String attribute, CharSequence value)
attribute - the attributevalue - the valuevoid setColumnDefaultCellStyle(TableCellStyle ts)
ts - The table rowStyle to be usedCopyright © 2016–2021. All rights reserved.