Interface MultiSelectionTableAction

    • 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 for
        rows - the currently selected rows
        fields - the fields in the specified rows
        values - the current values
        Returns:
        true if the action is applicable, i.e., should be included in the popup menu