| AbstractTableAction |
Ancestor for actions populating the popup menu of the Table class of the
ReportFactory.
|
| AbstractTableActionWithDatabaseAccess |
Ancestor for actions that require a valid DB-ID and a ReportProvider.
|
| AbstractTableActionWithDataContainerPanel |
Ancestor for actions that require a DataContainerPanel to be
present.
|
| AddField |
Allows the user to add a new field to the report.
|
| CopyFieldName |
Copies the field name.
|
| CopyFieldValue |
Copies the field value.
|
| DatabaseAddField |
Allows the user to add a new field to the report.
|
| DatabaseModifyValue |
Allows the user to modify values.
|
| DatabaseRemoveField |
Removes the field from the report and updates the report in the database.
|
| ExcludedFlag |
Sets the 'Excluded' flag and updates the database.
|
| ModifyValue |
Allows the user to modify values.
|
| PrintReport |
Prints the report.
|
| RemoveField |
Removes the field from the report.
|
| SaveReport |
Saves the report.
|
| Separator |
Dummy action that represents a separator
|
| ViewValue |
Allows the user to view values.
|