Interface MultiSelectionTableAction
-
- All Known Implementing Classes:
CopyFieldName
,CopyFieldValue
,DatabaseRemoveField
,RemoveField
public interface MultiSelectionTableAction
Interface for actions that might support multi-selection.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isApplicable(ReportFactory.Table table, int[] rows, AbstractField[] fields, String[] values)
Checks whether the action is applicable and should be added to the popup menu.
-
-
-
Method Detail
-
isApplicable
boolean isApplicable(ReportFactory.Table table, int[] rows, AbstractField[] fields, String[] values)
Checks whether the action is applicable and should be added to the popup menu.- Parameters:
table
- the table the popup menu is forrows
- the currently selected rowsfields
- the fields in the specified rowsvalues
- the current values- Returns:
- true if the action is applicable, i.e., should be included in the popup menu
-
-