i-net Clear Reports

Uses of Class
com.inet.report.DatabaseField

Packages that use DatabaseField
com.inet.report Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). 
 

Uses of DatabaseField in com.inet.report
 

Methods in com.inet.report that return DatabaseField
 DatabaseField[] Join.getConditionSourceFields()
          Returns all fields from source table, that are used for the join conditions.
 DatabaseField[] Join.getConditionTargetFields()
          Returns all fields from target table, that are used for the join conditions.
 DatabaseField Fields.getDatabaseField(int idx)
          Returns the idx-th element of database fields array.
 DatabaseField Fields.getDatabaseField(java.lang.String dbColName)
          Returns the DatabaseField with name dbColName or null if not existent in report.
 DatabaseField TableSource.getDatabaseField(int idx)
          Returns the corresponding DatabaseField to that column index.
 DatabaseField TableSource.getDatabaseField(java.lang.String columnName)
          Returns the corresponding DatabaseField to that column name.
 DatabaseField[] TableSource.getDatabaseFields()
          Returns all DatabaseFields that belongs to this TableSource.
 DatabaseField FieldValueProvider.getDescriptions()
          Returns the DatabaseField responsible for fetching the descriptions from.
 DatabaseField Group.getGroupNameDbField()
          Returns the database field which specify the name of the group.
 DatabaseField FieldValueProvider.getValues()
          Returns the DatabaseField responsible for fetching the values from.
 

Methods in com.inet.report with parameters of type DatabaseField
 void Join.addCondition(DatabaseField sourceColumn, DatabaseField targetColumn, int linkType)
          Adds a join condition to this Join Object.
 Join DatabaseTables.addJoin(TableSource fromTableSource, DatabaseField fromColumn, TableSource toTableSource, DatabaseField toColumn, int joinType, int linkType)
          Adds a join into report.
 void DatabaseTables.removeJoin(TableSource fromTableSource, DatabaseField fromColumn, TableSource toTableSource, DatabaseField toColumn)
          Removes a link of a join from the report if it exists.
 void FieldValueProvider.setDescriptions(DatabaseField descriptions)
          Sets the description DatabaseField.
 void Group.setGroupNameDbField(DatabaseField dbField)
          If property 'customize groupname field' is set to CUSTOMIZE_GROUP_NAME_FIELD_ENABLED a databasefield is needed for rendering.
 void FieldValueProvider.setValues(DatabaseField values)
          Sets the DatabaseField for fetching the values from.
 

Constructors in com.inet.report with parameters of type DatabaseField
CascadingValueProvider(PromptField parent, CascadingSource parentSource, DatabaseField values, DatabaseField descriptions, int sortType)
          Initializes a CascadingValueProvider with the given parent, value field and (optionally) description field, as well as the desired sort type.
FieldValueProvider(DatabaseField values, DatabaseField descriptions, int sortType)
          Creates a FieldValueProvider with the given DatabaseFields.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH