public class LegacyBandedMDXTableModel extends AbstractTableModel implements org.pentaho.reporting.engine.classic.core.util.CloseableTableModel, org.pentaho.reporting.engine.classic.core.MetaTableModel
listenerList| Constructor and Description |
|---|
LegacyBandedMDXTableModel(QueryResultWrapper resultWrapper,
int queryLimitValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.pentaho.reporting.engine.classic.core.wizard.DataAttributes |
getCellDataAttributes(int rowIndex,
int columnIndex) |
org.pentaho.reporting.engine.classic.core.wizard.DataAttributes |
getColumnAttributes(int column) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
org.pentaho.reporting.engine.classic.core.wizard.DataAttributes |
getTableAttributes() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellDataAttributesSupported() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTableModelListener, isCellEditable, removeTableModelListener, setValueAtpublic LegacyBandedMDXTableModel(QueryResultWrapper resultWrapper, int queryLimitValue) throws org.pentaho.reporting.engine.classic.core.ReportDataFactoryException
org.pentaho.reporting.engine.classic.core.ReportDataFactoryExceptionpublic String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic int getRowCount()
getRowCount in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic void close()
close in interface org.pentaho.reporting.engine.classic.core.util.CloseableTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic org.pentaho.reporting.engine.classic.core.wizard.DataAttributes getCellDataAttributes(int rowIndex,
int columnIndex)
getCellDataAttributes in interface org.pentaho.reporting.engine.classic.core.MetaTableModelpublic boolean isCellDataAttributesSupported()
isCellDataAttributesSupported in interface org.pentaho.reporting.engine.classic.core.MetaTableModelpublic org.pentaho.reporting.engine.classic.core.wizard.DataAttributes getColumnAttributes(int column)
getColumnAttributes in interface org.pentaho.reporting.engine.classic.core.MetaTableModelpublic org.pentaho.reporting.engine.classic.core.wizard.DataAttributes getTableAttributes()
getTableAttributes in interface org.pentaho.reporting.engine.classic.core.MetaTableModelCopyright © 2018 Hitachi Vantara. All rights reserved.