Enum TabViewTag.TabViewMode

java.lang.Object
java.lang.Enum<TabViewTag.TabViewMode>
org.apache.empire.jsf2.components.TabViewTag.TabViewMode
All Implemented Interfaces:
Serializable, Comparable<TabViewTag.TabViewMode>, java.lang.constant.Constable
Enclosing class:
TabViewTag

public static enum TabViewTag.TabViewMode extends Enum<TabViewTag.TabViewMode>
  • Enum Constant Details

  • Field Details

    • BAR_TAG

      public final String BAR_TAG
    • BAR_ROW_TAG

      public final String BAR_ROW_TAG
    • BAR_ITEM_TAG

      public final String BAR_ITEM_TAG
    • BAR_PAD_TAG

      public final String BAR_PAD_TAG
    • PANEL_TAG

      public final String PANEL_TAG
    • PAGE_WRAP_TAG

      public final String PAGE_WRAP_TAG
    • PAGE_TAG

      public final String PAGE_TAG
  • Method Details

    • values

      public static TabViewTag.TabViewMode[] 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 TabViewTag.TabViewMode 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
    • detect

      public static TabViewTag.TabViewMode detect(String mode)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TabViewTag.TabViewMode>