Package com.hp.lft.sdk.sap.gui
Enum Class ComponentType
- All Implemented Interfaces:
com.hp.lft.sdk.internal.EnumValueProvider<Integer>,Serializable,Comparable<ComponentType>,java.lang.constant.Constable
public enum ComponentType
extends Enum<ComponentType>
implements com.hp.lft.sdk.internal.EnumValueProvider<Integer>
SAPGUI component type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionApplication type.Box type.Button type.CTextField type.CheckBox type.Collection type.ComboBox type.Component type.Component Collection type.Connection type.Container type.Container Shell type.Context Menu type.APOGrid control type.Calendar control type.Grid View control type.Editor control type.ToolBar control type.Tree control type.Custom Control type.Dialog Shell type.Dock Shell type.Fallback Component type.Frame Window type.GOS Shell type.Grid ToolBar type.Label type.List Container type.Main Window type.Menu type.Menubar type.Message Window type.Modal Window type.OKCode Field type.Password Field type.Radio Button type.Scroll Container type.Scrollbar type.Session type.Session Info type.Shell type.Simple Container type.Splitter Shell type.Status Pane type.Statusbar type.Tab type.TabStrip type.TableColumn type.Table Control type.TableRow type.Text Field type.Titlebar type.ToolBar type.Unknown type.User Area type.VComponent type.VContainer type. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the integer value representing the ComponentType.static ComponentTypeReturns the enum constant of this class with the specified name.static ComponentType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
Unknown type. -
COMPONENT
Component type. -
V_COMPONENT
VComponent type. -
V_CONTAINER
VContainer type. -
APPLICATION
Application type. -
CONNECTION
Connection type. -
SESSION
Session type. -
FRAME_WINDOW
Frame Window type. -
MAIN_WINDOW
Main Window type. -
MODAL_WINDOW
Modal Window type. -
MESSAGE_WINDOW
Message Window type. -
LABEL
Label type. -
TEXT_FIELD
Text Field type. -
C_TEXT_FIELD
CTextField type. -
PASSWORD_FIELD
Password Field type. -
COMBO_BOX
ComboBox type. -
OK_CODE_FIELD
OKCode Field type. -
BUTTON
Button type. -
RADIO_BUTTON
Radio Button type. -
CHECK_BOX
CheckBox type. -
STATUS_PANE
Status Pane type. -
CUSTOM_CONTROL
Custom Control type. -
CONTAINER_SHELL
Container Shell type. -
BOX
Box type. -
CONTAINER
Container type. -
SIMPLE_CONTAINER
Simple Container type. -
SCROLL_CONTAINER
Scroll Container type. -
LIST_CONTAINER
List Container type. -
USER_AREA
User Area type. -
TABLE_CONTROL
Table Control type. -
TABLE_COLUMN
TableColumn type. -
TABLE_ROW
TableRow type. -
TAB_STRIP
TabStrip type. -
TAB
Tab type. -
SCROLLBAR
Scrollbar type. -
TOOL_BAR
ToolBar type. -
TITLEBAR
Titlebar type. -
STATUSBAR
Statusbar type. -
MENU
Menu type. -
MENUBAR
Menubar type. -
COLLECTION
Collection type. -
SESSION_INFO
Session Info type. -
SHELL
Shell type. -
GOS_SHELL
GOS Shell type. -
SPLITTER_SHELL
Splitter Shell type. -
DIALOG_SHELL
Dialog Shell type. -
DOCK_SHELL
Dock Shell type. -
CONTEXT_MENU
Context Menu type. -
COMPONENT_COLLECTION
Component Collection type. -
CTRL_TREE
Tree control type. -
CTRL_GRID_VIEW
Grid View control type. -
CTRL_TOOL_BAR
ToolBar control type. -
CTRL_TEXT_AREA
Editor control type. -
GRID_TOOL_BAR
Grid ToolBar type. -
CTRL_CALENDAR
Calendar control type. -
FALLBACK_COMPONENT
Fallback Component type. -
CTRL_APO_GRID
APOGrid control type.
-
-
Method Details
-
values
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
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 nameNullPointerException- if the argument is null
-
getValue
Returns the integer value representing the ComponentType.- Specified by:
getValuein interfacecom.hp.lft.sdk.internal.EnumValueProvider<Integer>- Returns:
- the integer value.
-