Enum SortValue

java.lang.Object
java.lang.Enum<SortValue>
com.google.gwt.aria.client.SortValue
All Implemented Interfaces:
AriaAttributeType, Serializable, Comparable<SortValue>, java.lang.constant.Constable

public enum SortValue extends Enum<SortValue> implements AriaAttributeType
Property enum for 'aria-sort' values.
  • Enum Constant Details

    • ASCENDING

      public static final SortValue ASCENDING
    • DESCENDING

      public static final SortValue DESCENDING
    • NONE

      public static final SortValue NONE
    • OTHER

      public static final SortValue OTHER
  • Method Details

    • values

      public static SortValue[] 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 SortValue 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
    • getAriaValue

      public String getAriaValue()
      Specified by:
      getAriaValue in interface AriaAttributeType