public static enum Actions.SelectedItemsActions extends Enum<Actions.SelectedItemsActions>
| Enum Constant and Description |
|---|
COPY_SELECTED_RECORDS_TO |
COPY_SELECTED_UNFILED_RECORDS_TO |
CUT_OFF |
DELETE_SELECTED |
DESTROY |
FILE_SELECTED_UNFILED_RECORDS_TO |
MOVE_SELECTED_RECORDS_TO |
MOVE_SELECTED_UNFILED_RECORDS_TO |
TRANSFER |
UNDO_CUT_OFF |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionSelector() |
static Actions.SelectedItemsActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Actions.SelectedItemsActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Actions.SelectedItemsActions COPY_SELECTED_UNFILED_RECORDS_TO
public static final Actions.SelectedItemsActions MOVE_SELECTED_UNFILED_RECORDS_TO
public static final Actions.SelectedItemsActions FILE_SELECTED_UNFILED_RECORDS_TO
public static final Actions.SelectedItemsActions CUT_OFF
public static final Actions.SelectedItemsActions UNDO_CUT_OFF
public static final Actions.SelectedItemsActions TRANSFER
public static final Actions.SelectedItemsActions DESTROY
public static final Actions.SelectedItemsActions COPY_SELECTED_RECORDS_TO
public static final Actions.SelectedItemsActions MOVE_SELECTED_RECORDS_TO
public static final Actions.SelectedItemsActions DELETE_SELECTED
public static Actions.SelectedItemsActions[] values()
for (Actions.SelectedItemsActions c : Actions.SelectedItemsActions.values()) System.out.println(c);
public static Actions.SelectedItemsActions 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 getActionSelector()
Copyright © 2005–2016 Alfresco Software. All rights reserved.