Modifier and Type | Method and Description |
---|---|
void |
addRowValues(IValueItem[] values)
Add the data of a single row.
|
java.awt.Color |
getBorderColor()
border color of each single cell
|
int |
getColumnCount()
Returns the number of columns of the table
|
java.awt.Color |
getFirstLineColor()
background color of the first row that is typically the column headlines
|
int |
getRowCount()
Returns the count of the table rows
|
IValueItem[] |
getRowValues(int index)
Returns a single row of data
|
boolean |
isFirstLineIsHeadline()
Declares if the first row is a column header
|
getDescription
java.awt.Color getBorderColor()
java.awt.Color getFirstLineColor()
boolean isFirstLineIsHeadline()
int getColumnCount()
void addRowValues(IValueItem[] values)
values
- row dataIValueItem[] getRowValues(int index)
index
- the row index of the rowint getRowCount()