Interface ILogFormSrvULGridController


  • public interface ILogFormSrvULGridController
    Common interface of the dynamic list controller.
    • Method Detail

      • isCommandNowAvailable

        boolean isCommandNowAvailable​(MainElementGridSupportedCommands commandId,
                                      Table table)
        Checks if the command is available at the moment.
        Parameters:
        commandId - Identifier of the command supported by the controller.
        table - The target table the controller serves command for.
        params - The list of supported commands, cannot be null
        Returns:
        True if the command is avaiable.