public enum ActionType extends Enum<ActionType>
| Enum Constant and Description |
|---|
ACTIVATE
The activate action.
|
CHECK_CLEAR
Deprecated.
|
CHECK_CLOSE
Deprecated.
|
CHECK_DELETE
Deprecated.
|
CHECK_FIND
Deprecated.
|
CHECK_SAVE
Deprecated.
|
CLEAR
The clear action.
|
CLEAROBJECT
The clear object action.
|
CLOSE
The close action
|
COLLAPSE
The collapse action.
|
CONNECT
The connect action.
|
DELETE
The delete action
|
DISABLE
The disable action
|
DISCONNECT
The disconnect action.
|
DISPLAY
Deprecated.
|
ENABLE
The enable action
|
EXIT
The exit application action
|
EXPAND
The expand action
|
EXPORTTOSPREADSHEET
The exportToSpreadsheet action
|
FIND
The find action
|
FINDALL
The find all action
|
FOCUS
The focus action
|
HIDE
The hide action
|
INSERT
The insert action
|
INSERTROW
The insert row action
|
INVOKE
The invoke action
|
OBTAIN
Deprecated.
|
OPEN
The open action
|
PRINT
The print action
|
REMOVEROW
The remove row action
|
SAVE
The save action
|
SELECT
The (synthetic) select action.
|
SHOW
The show action
|
UNSELECT
The (synthetic) unselect action.
|
UPDATE
The update action
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the lower cased name of the action where underline is replaced
with a space.
|
static ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@ActionTypeInfo(value=NONE) public static final ActionType ACTIVATE
@ActionTypeInfo(value=HOOKABLE) public static final ActionType CLEAROBJECT
@ActionTypeInfo(value={HOOKABLE,CHECKABLE}) public static final ActionType CLEAR
@ActionTypeInfo(value={HOOKABLE,CHECKABLE}) public static final ActionType CLOSE
@ActionTypeInfo(value=HOOKABLE) public static final ActionType COLLAPSE
@ActionTypeInfo(value=NONE) public static final ActionType CONNECT
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE,CLEARABLE,DISPLAYABLE}) public static final ActionType DELETE
@ActionTypeInfo(value=HOOKABLE) public static final ActionType DISABLE
@ActionTypeInfo(value=NONE) public static final ActionType DISCONNECT
@ActionTypeInfo(value=HOOKABLE) public static final ActionType ENABLE
@ActionTypeInfo(value={HOOKABLE,CHECKABLE}) public static final ActionType EXIT
@ActionTypeInfo(value=HOOKABLE) public static final ActionType EXPAND
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE}) public static final ActionType EXPORTTOSPREADSHEET
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE,CLEARABLE,DISPLAYABLE}) public static final ActionType FIND
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE,CLEARABLE,DISPLAYABLE}) public static final ActionType FINDALL
@ActionTypeInfo(value=HOOKABLE) public static final ActionType FOCUS
@ActionTypeInfo(value=HOOKABLE) public static final ActionType HIDE
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE,CLEARABLE,DISPLAYABLE}) public static final ActionType INSERT
@ActionTypeInfo(value=HOOKABLE) public static final ActionType INSERTROW
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE,CLEARABLE,DISPLAYABLE}) public static final ActionType INVOKE
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,PARAMETERIZED}) public static final ActionType OPEN
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE}) public static final ActionType PRINT
@ActionTypeInfo(value=HOOKABLE) public static final ActionType REMOVEROW
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE,CLEARABLE,DISPLAYABLE}) public static final ActionType SAVE
@ActionTypeInfo(value=HOOKABLE) public static final ActionType SHOW
@ActionTypeInfo(value={HOOKABLE,CHECKABLE,OBTAINABLE,CLEARABLE,DISPLAYABLE}) public static final ActionType UPDATE
@ActionTypeInfo(value=CHECKABLE) @Deprecated public static final ActionType CHECK_SAVE
@ActionTypeInfo(value=CHECKABLE) @Deprecated public static final ActionType CHECK_FIND
@ActionTypeInfo(value=CHECKABLE) @Deprecated public static final ActionType CHECK_DELETE
@ActionTypeInfo(value=CHECKABLE) @Deprecated public static final ActionType CHECK_CLOSE
@Deprecated @ActionTypeInfo(value=CHECKABLE) public static final ActionType CHECK_CLEAR
@ActionTypeInfo(value=HOOKABLE) @Deprecated public static final ActionType OBTAIN
@ActionTypeInfo(value=HOOKABLE) @Deprecated public static final ActionType DISPLAY
@ActionTypeInfo(value={CHECKABLE,HOOKABLE}) public static final ActionType SELECT
@ActionTypeInfo(value={CHECKABLE,HOOKABLE}) public static final ActionType UNSELECT
public static ActionType[] values()
for (ActionType c : ActionType.values()) System.out.println(c);
public static ActionType 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 toString()
toString in class Enum<ActionType>Copyright © 2006–2020 Esito AS. All rights reserved.