public static enum TabViewTag.TabViewMode extends Enum<TabViewTag.TabViewMode>
Modifier and Type | Field and Description |
---|---|
String |
BAR_ITEM_TAG |
String |
BAR_PAD_TAG |
String |
BAR_ROW_TAG |
String |
BAR_TAG |
String |
PAGE_TAG |
String |
PAGE_WRAP_TAG |
String |
PANEL_TAG |
Modifier and Type | Method and Description |
---|---|
static TabViewTag.TabViewMode |
detect(String mode) |
String |
toString() |
static TabViewTag.TabViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabViewTag.TabViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabViewTag.TabViewMode TABLE
public static final TabViewTag.TabViewMode GRID
public final String BAR_TAG
public final String BAR_ROW_TAG
public final String BAR_ITEM_TAG
public final String BAR_PAD_TAG
public final String PANEL_TAG
public final String PAGE_WRAP_TAG
public final String PAGE_TAG
public static TabViewTag.TabViewMode[] values()
for (TabViewTag.TabViewMode c : TabViewTag.TabViewMode.values()) System.out.println(c);
public static TabViewTag.TabViewMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static TabViewTag.TabViewMode detect(String mode)
public String toString()
toString
in class Enum<TabViewTag.TabViewMode>
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.