Enum LayoutEvent

java.lang.Object
java.lang.Enum<LayoutEvent>
com.tick42.glue.internal.layouts.LayoutEvent
All Implemented Interfaces:
Serializable, Comparable<LayoutEvent>

public enum LayoutEvent
extends Enum<LayoutEvent>
  • Enum Constant Details

    • IS_SNAPSHOT

      public static final LayoutEvent IS_SNAPSHOT
    • ON_LAYOUT_ADDED

      public static final LayoutEvent ON_LAYOUT_ADDED
    • ON_LAYOUT_CHANGED

      public static final LayoutEvent ON_LAYOUT_CHANGED
    • ON_LAYOUT_REMOVED

      public static final LayoutEvent ON_LAYOUT_REMOVED
    • ON_LAYOUT_RENAMED

      public static final LayoutEvent ON_LAYOUT_RENAMED
    • ON_LAYOUT_RSTORED

      public static final LayoutEvent ON_LAYOUT_RSTORED
    • TOKEN

      public static final LayoutEvent TOKEN
  • Method Details

    • values

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

      public static LayoutEvent valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static LayoutEvent fromString​(String event)
    • getEvent

      public String getEvent()