Interface IAvailableAction

    • Method Detail

      • isAvailable

        boolean isAvailable()
        If true the action will be available for the user, otherwise it will be hidden.
        This method is executed before determine if the action has to be shown, so before execute(). The action is configured completely (injecting all needed objects and properties) before calling isAvailable().