Enum Class ActionIcon

java.lang.Object
java.lang.Enum<ActionIcon>
org.cxbox.core.service.action.ActionIcon
All Implemented Interfaces:
Serializable, Comparable<ActionIcon>, Constable, ActionIconSpecifier

@Deprecated public enum ActionIcon extends Enum<ActionIcon> implements ActionIconSpecifier
Deprecated.
use CxboxActionIconSpecifier instead TODO delete in 3.0
  • Enum Constant Details

    • WITHOUT_ICON

      public static final ActionIcon WITHOUT_ICON
      Deprecated.
    • PLUS

      public static final ActionIcon PLUS
      Deprecated.
    • PLUS_CIRCLE

      public static final ActionIcon PLUS_CIRCLE
      Deprecated.
    • DELETE

      public static final ActionIcon DELETE
      Deprecated.
    • SAVE

      public static final ActionIcon SAVE
      Deprecated.
    • COPY

      public static final ActionIcon COPY
      Deprecated.
    • BARS

      public static final ActionIcon BARS
      Deprecated.
    • CLOSE

      public static final ActionIcon CLOSE
      Deprecated.
  • Method Details

    • values

      public static ActionIcon[] values()
      Deprecated.
      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 ActionIcon valueOf(String name)
      Deprecated.
      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