RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model.event
Enum Events

java.lang.Object
  extended by java.lang.Enum<Events>
      extended by org.richfaces.photoalbum.model.event.Events
All Implemented Interfaces:
Serializable, Comparable<Events>

public enum Events
extends Enum<Events>


Enum Constant Summary
ADD_ERROR_EVENT
           
ADD_IMAGE_EVENT
           
ALBUM_ADDED_EVENT
           
ALBUM_DELETED_EVENT
           
ALBUM_DRAGGED_EVENT
           
ALBUM_EDITED_EVENT
           
AUTHENTICATED_EVENT
           
CANCEL_EDIT_USER_EVENT
           
CHECK_USER_EXPIRED_EVENT
           
CLEAR_EDITOR_EVENT
           
CLEAR_FILE_UPLOAD_EVENT
           
EDIT_USER_EVENT
           
EVENT_ADDED_EVENT
           
EVENT_DELETED_EVENT
           
EVENT_DISPLAYED_EVENT
           
EVENT_EDITED_EVENT
           
IMAGE_ADDED_EVENT
           
IMAGE_DELETED_EVENT
           
IMAGE_DRAGGED_EVENT
           
SHELF_ADDED_EVENT
           
SHELF_DELETED_EVENT
           
SHELF_EDITED_EVENT
           
START_REGISTER_EVENT
           
STOP_SLIDESHOW_EVENT
           
UPDATE_MAIN_AREA_EVENT
           
UPDATE_SELECTED_TAG_EVENT
           
USER_DELETED_EVENT
           
 
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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

RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.