Enum Class ParametersDialogShowMode

java.lang.Object
java.lang.Enum<ParametersDialogShowMode>
io.jmix.reportsui.runner.ParametersDialogShowMode
All Implemented Interfaces:
Serializable, Comparable<ParametersDialogShowMode>, Constable

public enum ParametersDialogShowMode extends Enum<ParametersDialogShowMode>
Options that allow to show a dialog to input the report parameters or not.
  • Enum Constant Details

    • YES

      public static final ParametersDialogShowMode YES
      Show dialog to input the report parameters
    • NO

      public static final ParametersDialogShowMode NO
      Not to show dialog to input the report parameters
    • IF_REQUIRED

      public static final ParametersDialogShowMode IF_REQUIRED
      Show dialog to input the report parameters in the following cases:
      • Report has input parameters
      • Report has several templates
      • Report has one template with alterable output type
  • Method Details

    • values

      public static ParametersDialogShowMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ParametersDialogShowMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null