Enum Class AppWorkArea.State

java.lang.Object
java.lang.Enum<AppWorkArea.State>
io.jmix.ui.component.AppWorkArea.State
All Implemented Interfaces:
Serializable, Comparable<AppWorkArea.State>, Constable
Enclosing interface:
AppWorkArea

public static enum AppWorkArea.State extends Enum<AppWorkArea.State>
Work area state
  • Enum Constant Details

    • INITIAL_LAYOUT

      public static final AppWorkArea.State INITIAL_LAYOUT
      If the work area is in the INITIAL_LAYOUT state, the work area does not contain other screens.
    • WINDOW_CONTAINER

      public static final AppWorkArea.State WINDOW_CONTAINER
      If the work area is in the WINDOW_CONTAINER state, the work area contains at least one screen.
  • Method Details

    • values

      public static AppWorkArea.State[] 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 AppWorkArea.State 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