Class IndexedMetaTableModel

    • Constructor Detail

      • IndexedMetaTableModel

        public IndexedMetaTableModel​(MetaTableModel backend)
    • Method Detail

      • getCellDataAttributes

        public DataAttributes getCellDataAttributes​(int row,
                                                    int column)
        Description copied from class: IndexedTableModel
        Returns the meta-attribute as Java-Object. The object type that is expected by the caller is defined in the TableMetaData property set. It is the responsibility of the implementor to map the native meta-data model into a model suitable for reporting.

        Be aware that cell-level attributes do not make it into the designtime dataschema, as this dataschema only looks at the structural metadata available and does not contain any data references.

        Specified by:
        getCellDataAttributes in interface MetaTableModel
        Overrides:
        getCellDataAttributes in class IndexedTableModel
        Parameters:
        row - 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.
        Returns:
        the meta-data object.