Package | Description |
---|---|
org.jboss.dashboard.displayer.table |
Multi-dimensional displayer component that shows information in a table.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableModel |
class |
DataSetTableModel
Table model which feeds from a data set.
|
class |
DefaultTableModel |
Modifier and Type | Field and Description |
---|---|
protected TableModel |
Table.model |
Modifier and Type | Method and Description |
---|---|
TableModel |
Table.getModel() |
TableModel |
DataSetTable.getModel()
Be always aware of changes in the dataset every time the table model is requested in order to ensure
that the table feeds from the most up to date data.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ExportTool.exportCSV(TableModel tableModel) |
InputStream |
ExportTool.exportExcel(TableModel tableModel) |
void |
Table.setModel(TableModel model) |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.