Enum StackPersistence

java.lang.Object
java.lang.Enum<StackPersistence>
com.smartgwt.client.types.StackPersistence
All Implemented Interfaces:
ValueEnum, Serializable, Comparable<StackPersistence>, Constable

public enum StackPersistence extends Enum<StackPersistence> implements ValueEnum
  • Enum Constant Details

    • NONE

      public static final StackPersistence NONE
      older messages disappear as if unrelated

      If this enumerated value is used in a Component XML file or server-side DataSource descriptor (.ds.xml file), use the value "none".

    • RESET

      public static final StackPersistence RESET
      older messages have their duration timers reset so they stick around as long as the new message if they've got less time left than that message

      If this enumerated value is used in a Component XML file or server-side DataSource descriptor (.ds.xml file), use the value "reset".

  • Method Details

    • values

      public static StackPersistence[] 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 StackPersistence 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
    • getValue

      public String getValue()
      Specified by:
      getValue in interface ValueEnum