Uses of Interface
org.pentaho.reporting.engine.classic.core.wizard.DataAttributes

Packages that use DataAttributes
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.cache   
org.pentaho.reporting.engine.classic.core.designtime   
org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel TableModel support classes. 
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.states.datarow   
org.pentaho.reporting.engine.classic.core.wizard   
 

Uses of DataAttributes in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return DataAttributes
 DataAttributes MetaTableModel.getCellDataAttributes(int row, int column)
          Returns the meta-attribute as Java-Object.
 DataAttributes MetaTableModel.getColumnAttributes(int column)
          Returns the column-level attributes for the given column.
 DataAttributes MetaTableModel.getTableAttributes()
          Returns table-wide attributes.
 

Uses of DataAttributes in org.pentaho.reporting.engine.classic.core.cache
 

Methods in org.pentaho.reporting.engine.classic.core.cache that return DataAttributes
 DataAttributes IndexedTableModel.getCellDataAttributes(int row, int column)
          Returns the meta-attribute as Java-Object.
 DataAttributes CachableTableModel.getCellDataAttributes(int row, int column)
           
 DataAttributes IndexedMetaTableModel.getCellDataAttributes(int row, int column)
           
 DataAttributes IndexedTableModel.getColumnAttributes(int column)
          Returns the column-level attributes for the given column.
 DataAttributes CachableTableModel.getColumnAttributes(int column)
           
 DataAttributes IndexedMetaTableModel.getColumnAttributes(int column)
           
 DataAttributes IndexedTableModel.getTableAttributes()
          Returns table-wide attributes.
 DataAttributes CachableTableModel.getTableAttributes()
           
 DataAttributes IndexedMetaTableModel.getTableAttributes()
           
 

Uses of DataAttributes in org.pentaho.reporting.engine.classic.core.designtime
 

Methods in org.pentaho.reporting.engine.classic.core.designtime that return DataAttributes
 DataAttributes OfflineTableModel.getCellDataAttributes(int row, int column)
          Returns the meta-attribute as Java-Object.
 DataAttributes OfflineTableModel.getColumnAttributes(int column)
          Returns the column-level attributes for the given column.
 DataAttributes OfflineTableModel.getTableAttributes()
          Returns table-wide attributes.
 

Uses of DataAttributes in org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel that return DataAttributes
 DataAttributes DefaultTableMetaData.getCellDataAttribute(int row, int column)
          Returns the meta-attribute as Java-Object.
 DataAttributes ScrollableResultSetTableModel.getCellDataAttributes(int row, int column)
          Returns the meta-attribute as Java-Object.
 DataAttributes DefaultTableMetaData.getColumnAttribute(int column)
           
 DataAttributes ScrollableResultSetTableModel.getColumnAttributes(int column)
           
 DataAttributes DefaultTableMetaData.getTableAttribute()
          Returns table-wide attributes.
 DataAttributes ScrollableResultSetTableModel.getTableAttributes()
          Returns table-wide attributes.
 

Uses of DataAttributes in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states that return DataAttributes
 DataAttributes IndexedTableModel.getCellDataAttributes(int row, int column)
          Deprecated. Returns the meta-attribute as Java-Object.
 DataAttributes IndexedMetaTableModel.getCellDataAttributes(int row, int column)
          Deprecated.  
 DataAttributes LengthLimitingTableModel.getCellDataAttributes(int row, int column)
          Returns the meta-attribute as Java-Object.
 DataAttributes IndexedTableModel.getColumnAttributes(int column)
          Deprecated. Returns the column-level attributes for the given column.
 DataAttributes IndexedMetaTableModel.getColumnAttributes(int column)
          Deprecated.  
 DataAttributes LengthLimitingTableModel.getColumnAttributes(int column)
           
 DataAttributes IndexedTableModel.getTableAttributes()
          Deprecated. Returns table-wide attributes.
 DataAttributes IndexedMetaTableModel.getTableAttributes()
          Deprecated.  
 DataAttributes LengthLimitingTableModel.getTableAttributes()
          Returns table-wide attributes.
 

Uses of DataAttributes in org.pentaho.reporting.engine.classic.core.states.datarow
 

Methods in org.pentaho.reporting.engine.classic.core.states.datarow that return DataAttributes
 DataAttributes ImportedVariablesDataRow.getAttributes(String name)
           
 

Uses of DataAttributes in org.pentaho.reporting.engine.classic.core.wizard
 

Classes in org.pentaho.reporting.engine.classic.core.wizard that implement DataAttributes
 class DefaultDataAttributes
          Todo: Document Me
 class EmptyDataAttributes
          Todo: Document Me
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return DataAttributes
 DataAttributes DefaultDataSchema.getAttributes(String name)
           
 DataAttributes DataSchema.getAttributes(String name)
           
 DataAttributes DataSchemaRule.getStaticAttributes()
           
 DataAttributes MetaSelectorRule.getStaticAttributes()
           
 DataAttributes GlobalRule.getStaticAttributes()
           
 DataAttributes DirectFieldSelectorRule.getStaticAttributes()
           
 DataAttributes DefaultDataSchema.getTableAttributes()
           
 DataAttributes DataSchema.getTableAttributes()
           
 

Methods in org.pentaho.reporting.engine.classic.core.wizard with parameters of type DataAttributes
static String AutoGeneratorUtility.computeFormatString(DataAttributes attributes, DataAttributeContext context)
           
static String AutoGeneratorUtility.createFieldName(DataAttributes attributes, DataAttributeContext context)
           
static ElementType AutoGeneratorUtility.createFieldType(DataAttributes attributes, DataAttributeContext context)
           
static Number AutoGeneratorUtility.createFieldWidth(DataAttributes attributes, DataAttributeContext context)
           
static boolean AutoGeneratorUtility.isIgnorable(DataAttributes attributes, DataAttributeContext context)
           
 boolean DataSchemaRule.isMatch(DataAttributes dataAttributes, DataAttributeContext context)
           
 boolean MetaSelectorRule.isMatch(DataAttributes dataAttributes, DataAttributeContext context)
           
 boolean GlobalRule.isMatch(DataAttributes dataAttributes, DataAttributeContext context)
           
 boolean DirectFieldSelectorRule.isMatch(DataAttributes dataAttributes, DataAttributeContext context)
           
 void DefaultDataAttributes.merge(DataAttributes attributes, DataAttributeContext context)
           
 Object StaticDataAttributeReference.resolve(DataAttributes attributes, DataAttributeContext context)
           
 Object DataAttributeReference.resolve(DataAttributes attributes, DataAttributeContext context)
           
 ConceptQueryMapper StaticDataAttributeReference.resolveMapper(DataAttributes attributes)
           
 ConceptQueryMapper DataAttributeReference.resolveMapper(DataAttributes attributes)
           
 void DefaultDataSchema.setAttributes(String name, DataAttributes attributes)
           
 void DefaultDataSchema.setTableAttributes(DataAttributes tableAttributes)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.wizard with parameters of type DataAttributes
DirectFieldSelectorRule(String field, DataAttributes attributes, DataAttributeReferences references)
           
GlobalRule(DataAttributes attributes, DataAttributeReferences references)
           
MetaSelectorRule(MetaSelector[] selectors, DataAttributes attributes, DataAttributeReferences references)