public class ChartScopeTableModel extends DatasetTableModel implements com.jidesoft.grid.CategorizedTableModel, com.jidesoft.grid.SpanModel
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHART_SCOPE_CATEGORY |
| Constructor and Description |
|---|
ChartScopeTableModel(Dataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
com.jidesoft.grid.CellSpan |
getCellSpanAt(int row,
int col) |
java.lang.String |
getStepId(int row) |
boolean |
isCategoryRow(int row) |
boolean |
isCellSpanOn() |
boolean |
isChartScopeRow(int row) |
boolean |
isStepScopeRow(int row) |
void |
setDataset(Dataset d) |
getColumnClass, getColumnCount, getColumnName, getDataset, getRowCount, getValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic static final java.lang.String CHART_SCOPE_CATEGORY
public ChartScopeTableModel(Dataset dataset)
public void setDataset(Dataset d)
setDataset in class DatasetTableModelpublic boolean isCategoryRow(int row)
isCategoryRow in interface com.jidesoft.grid.CategorizedTableModelpublic boolean isChartScopeRow(int row)
public boolean isStepScopeRow(int row)
public java.lang.String getStepId(int row)
public com.jidesoft.grid.CellSpan getCellSpanAt(int row,
int col)
getCellSpanAt in interface com.jidesoft.grid.SpanModelpublic boolean isCellSpanOn()
isCellSpanOn in interface com.jidesoft.grid.SpanModel