public enum ComponentType extends Enum<ComponentType>
Java class for component.type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="component.type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="preview"/>
<enumeration value="dialogPreview"/>
<enumeration value="content"/>
<enumeration value="systemTree"/>
<enumeration value="actionBar"/>
<enumeration value="splitLayoutPanel"/>
<enumeration value="grid"/>
<enumeration value="resources"/>
<enumeration value="reports"/>
<enumeration value="extSearch"/>
<enumeration value="contentTab"/>
<enumeration value="detailsTab"/>
<enumeration value="universalView"/>
<enumeration value="universalViewDialog"/>
<enumeration value="calendarDialog"/>
<enumeration value="gridSettingsDialog"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACTION_BAR |
CALENDAR_DIALOG |
CONTENT |
CONTENT_TAB |
DETAILS_TAB |
DIALOG_PREVIEW |
EXT_SEARCH |
GRID |
GRID_SETTINGS_DIALOG |
PREVIEW |
REPORTS |
RESOURCES |
SPLIT_LAYOUT_PANEL |
SYSTEM_TREE |
UNIVERSAL_VIEW |
UNIVERSAL_VIEW_DIALOG |
| Modifier and Type | Method and Description |
|---|---|
static ComponentType |
fromValue(String v) |
String |
value() |
static ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentType PREVIEW
public static final ComponentType DIALOG_PREVIEW
public static final ComponentType CONTENT
public static final ComponentType SYSTEM_TREE
public static final ComponentType ACTION_BAR
public static final ComponentType SPLIT_LAYOUT_PANEL
public static final ComponentType GRID
public static final ComponentType RESOURCES
public static final ComponentType REPORTS
public static final ComponentType EXT_SEARCH
public static final ComponentType CONTENT_TAB
public static final ComponentType DETAILS_TAB
public static final ComponentType UNIVERSAL_VIEW
public static final ComponentType UNIVERSAL_VIEW_DIALOG
public static final ComponentType CALENDAR_DIALOG
public static final ComponentType GRID_SETTINGS_DIALOG
public static ComponentType[] values()
for (ComponentType c : ComponentType.values()) System.out.println(c);
public static ComponentType 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 String value()
public static ComponentType fromValue(String v)
Copyright © 2012–2014 RedSoft. All rights reserved.