|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.states.IndexedTableModel
org.pentaho.reporting.engine.classic.core.states.IndexedMetaTableModel
public class IndexedMetaTableModel
Todo: Document me!
Date: 15.12.2009 Time: 12:05:09
| Constructor Summary | |
|---|---|
IndexedMetaTableModel(MetaTableModel backend)
Deprecated. |
|
| Method Summary | |
|---|---|
DataAttributes |
getCellDataAttributes(int row,
int column)
Deprecated. Returns the meta-attribute as Java-Object. |
DataAttributes |
getColumnAttributes(int column)
Deprecated. Returns the column-level attributes for the given column. |
DataAttributes |
getTableAttributes()
Deprecated. Returns table-wide attributes. |
boolean |
isCellDataAttributesSupported()
Deprecated. Checks, whether cell-data attributes are supported by this tablemodel implementation. |
| Methods inherited from class org.pentaho.reporting.engine.classic.core.states.IndexedTableModel |
|---|
addTableModelListener, close, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.swing.table.TableModel |
|---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Constructor Detail |
|---|
public IndexedMetaTableModel(MetaTableModel backend)
| Method Detail |
|---|
public DataAttributes getCellDataAttributes(int row,
int column)
IndexedTableModel
getCellDataAttributes in interface MetaTableModelgetCellDataAttributes in class IndexedTableModelrow - the row of the cell for which the meta-data is queried.column - the index of the column for which the meta-data is queried.
public boolean isCellDataAttributesSupported()
IndexedTableModel
isCellDataAttributesSupported in interface MetaTableModelisCellDataAttributesSupported in class IndexedTableModelpublic DataAttributes getColumnAttributes(int column)
IndexedTableModel
getColumnAttributes in interface MetaTableModelgetColumnAttributes in class IndexedTableModelcolumn - the column.
public DataAttributes getTableAttributes()
IndexedTableModel
getTableAttributes in interface MetaTableModelgetTableAttributes in class IndexedTableModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||