public interface TableRow
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
void |
removeRowStyle()
Remove the default row style
|
int |
rowIndex() |
void |
setRowAttribute(String attribute,
CharSequence value)
Add an attribute to a row
|
void |
setRowDefaultCellStyle(TableCellStyle ts)
Set the cell style for the cell of this row to ts.
|
void |
setRowFormat(DataStyles format)
Add a format to this TableRow
|
void |
setRowStyle(TableRowStyle rowStyle)
Set the row style
|
void setRowFormat(DataStyles format)
format - the formatvoid setRowStyle(TableRowStyle rowStyle)
rowStyle - the styleint getColumnCount()
void setRowDefaultCellStyle(TableCellStyle ts)
ts - The table rowStyle to be usedint rowIndex()
void removeRowStyle()
void setRowAttribute(String attribute, CharSequence value)
attribute - the attribute namevalue - the valueCopyright © 2016–2021. All rights reserved.