org.richfaces.photoalbum.model.event
Enum Events
java.lang.Object
java.lang.Enum<Events>
org.richfaces.photoalbum.model.event.Events
- All Implemented Interfaces:
- Serializable, Comparable<Events>
public enum Events
- extends Enum<Events>
|
Method Summary |
static Events |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
EDIT_USER_EVENT
public static final Events EDIT_USER_EVENT
CANCEL_EDIT_USER_EVENT
public static final Events CANCEL_EDIT_USER_EVENT
AUTHENTICATED_EVENT
public static final Events AUTHENTICATED_EVENT
USER_DELETED_EVENT
public static final Events USER_DELETED_EVENT
ADD_ERROR_EVENT
public static final Events ADD_ERROR_EVENT
ALBUM_ADDED_EVENT
public static final Events ALBUM_ADDED_EVENT
ALBUM_EDITED_EVENT
public static final Events ALBUM_EDITED_EVENT
ALBUM_DELETED_EVENT
public static final Events ALBUM_DELETED_EVENT
ALBUM_DRAGGED_EVENT
public static final Events ALBUM_DRAGGED_EVENT
SHELF_ADDED_EVENT
public static final Events SHELF_ADDED_EVENT
SHELF_EDITED_EVENT
public static final Events SHELF_EDITED_EVENT
SHELF_DELETED_EVENT
public static final Events SHELF_DELETED_EVENT
IMAGE_ADDED_EVENT
public static final Events IMAGE_ADDED_EVENT
IMAGE_DELETED_EVENT
public static final Events IMAGE_DELETED_EVENT
IMAGE_DRAGGED_EVENT
public static final Events IMAGE_DRAGGED_EVENT
UPDATE_MAIN_AREA_EVENT
public static final Events UPDATE_MAIN_AREA_EVENT
CHECK_USER_EXPIRED_EVENT
public static final Events CHECK_USER_EXPIRED_EVENT
CLEAR_FILE_UPLOAD_EVENT
public static final Events CLEAR_FILE_UPLOAD_EVENT
START_REGISTER_EVENT
public static final Events START_REGISTER_EVENT
CLEAR_EDITOR_EVENT
public static final Events CLEAR_EDITOR_EVENT
UPDATE_SELECTED_TAG_EVENT
public static final Events UPDATE_SELECTED_TAG_EVENT
STOP_SLIDESHOW_EVENT
public static final Events STOP_SLIDESHOW_EVENT
ADD_IMAGE_EVENT
public static final Events ADD_IMAGE_EVENT
EVENT_ADDED_EVENT
public static final Events EVENT_ADDED_EVENT
EVENT_EDITED_EVENT
public static final Events EVENT_EDITED_EVENT
EVENT_DELETED_EVENT
public static final Events EVENT_DELETED_EVENT
EVENT_DISPLAYED_EVENT
public static final Events EVENT_DISPLAYED_EVENT
values
public static Events[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Events c : Events.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Events valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.