Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Enum Constant Details
ADD_CLASS
public static final Action ADD_CLASS
ADD_ROW
public static final Action ADD_ROW
ADD_ROW_DOWN
public static final Action ADD_ROW_DOWN
ADD_ROW_UP
public static final Action ADD_ROW_UP
BACK
public static final Action BACK
CANCEL_ROW
public static final Action CANCEL_ROW
CHANGE_LANGUAGE
public static final Action CHANGE_LANGUAGE
CHANGE_THEME
public static final Action CHANGE_THEME
CHECK_LEAF_SELECTED
public static final Action CHECK_LEAF_SELECTED
CHECK_ONE_SELECTED
public static final Action CHECK_ONE_SELECTED
CHECK_PARENT_SELECTED
public static final Action CHECK_PARENT_SELECTED
CHECK_RECORDS_GENERATED
public static final Action CHECK_RECORDS_GENERATED
CHECK_RECORDS_SAVED
public static final Action CHECK_RECORDS_SAVED
CHECK_SOME_SELECTED
public static final Action CHECK_SOME_SELECTED
CLOSE
public static final Action CLOSE
CLOSE_CANCEL
public static final Action CLOSE_CANCEL
CLOSE_WINDOW
public static final Action CLOSE_WINDOW
CONFIRM
public static final Action CONFIRM
CONFIRM_EMPTY_DATA
public static final Action CONFIRM_EMPTY_DATA
CONFIRM_NOT_UPDATED_DATA
public static final Action CONFIRM_NOT_UPDATED_DATA
CONFIRM_UPDATED_DATA
public static final Action CONFIRM_UPDATED_DATA
COPY_ROW
public static final Action COPY_ROW
COPY_ROW_DOWN
public static final Action COPY_ROW_DOWN
COPY_ROW_UP
public static final Action COPY_ROW_UP
DELETE_ROW
public static final Action DELETE_ROW
DIALOG
public static final Action DIALOG
DISABLE_DEPENDENCIES
public static final Action DISABLE_DEPENDENCIES
ENABLE_DEPENDENCIES
public static final Action ENABLE_DEPENDENCIES
FILTER
public static final Action FILTER
FORWARD
public static final Action FORWARD
GET_LOCALS
public static final Action GET_LOCALS
LOGOUT
public static final Action LOGOUT
NEXT_STEP
public static final Action NEXT_STEP
PREV_STEP
public static final Action PREV_STEP
FIRST_STEP
public static final Action FIRST_STEP
LAST_STEP
public static final Action LAST_STEP
NTH_STEP
public static final Action NTH_STEP
PRINT
public static final Action PRINT
REMOVE_CLASS
public static final Action REMOVE_CLASS
RESET
public static final Action RESET
RESIZE
public static final Action RESIZE
RESTORE
public static final Action RESTORE
RESTORE_TARGET
public static final Action RESTORE_TARGET
SAVE_ROW
public static final Action SAVE_ROW
SCREEN
public static final Action SCREEN
RELOAD
public static final Action RELOAD
SELECT_ALL_ROWS
public static final Action SELECT_ALL_ROWS
SELECT_FIRST_ROW
public static final Action SELECT_FIRST_ROW
SELECT_LAST_ROW
public static final Action SELECT_LAST_ROW
SERVER
public static final Action SERVER
SERVER_DOWNLOAD
public static final Action SERVER_DOWNLOAD
COPY_CRITERION_VALUE_CLIPBOARD
public static final Action COPY_CRITERION_VALUE_CLIPBOARD
SERVER_PRINT
public static final Action SERVER_PRINT
START_LOAD
public static final Action START_LOAD
TOGGLE_NAVBAR
public static final Action TOGGLE_NAVBAR
UNSELECT_ALL_ROWS
public static final Action UNSELECT_ALL_ROWS
VALIDATE
public static final Action VALIDATE
VALUE
public static final Action VALUE
WAIT
public static final Action WAIT
Method Details
values
public static Action [] 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 name
NullPointerException
- if the argument is null
equalsStr
public boolean equalsStr (String value)
Equals method
Parameters:
value
-
Returns: