static BasePopupMenu |
AbstractTableAction.createPopup(String[] actions,
ReportFactory.Table table,
int[] rows) |
Assembles the popup menu for the table.
|
abstract boolean |
AbstractTableAction.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
AbstractTableActionWithDatabaseAccess.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
AbstractTableActionWithDataContainerPanel.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
AddField.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
CopyFieldName.isApplicable(ReportFactory.Table table,
int[] rows,
AbstractField[] fields,
String[] values) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
CopyFieldName.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
CopyFieldValue.isApplicable(ReportFactory.Table table,
int[] rows,
AbstractField[] fields,
String[] values) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
CopyFieldValue.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
DatabaseModifyValue.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
DatabaseRemoveField.isApplicable(ReportFactory.Table table,
int[] rows,
AbstractField[] fields,
String[] values) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
ModifyValue.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
MultiSelectionTableAction.isApplicable(ReportFactory.Table table,
int[] rows,
AbstractField[] fields,
String[] values) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
PrintReport.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
RemoveField.isApplicable(ReportFactory.Table table,
int[] rows,
AbstractField[] fields,
String[] values) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
RemoveField.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
SaveReport.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
Separator.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
boolean |
ViewValue.isApplicable(ReportFactory.Table table,
int row,
AbstractField field,
String value) |
Checks whether the action is applicable and should be added to the popup
menu.
|
protected void |
AbstractTableAction.setTable(ReportFactory.Table value) |
Sets the table to use.
|