Class DatabaseRemoveField

    • Constructor Detail

      • DatabaseRemoveField

        public DatabaseRemoveField()
        Default constructor.
    • Method Detail

      • isApplicable

        public 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.
        Specified by:
        isApplicable in interface MultiSelectionTableAction
        Parameters:
        table - the table the popup menu is for
        rows - the currently selected rows
        fields - the fields in the specified row
        values - the current values
        Returns:
        true if the action is applicable, i.e., should be included in the popup menu