| Package | Description |
|---|---|
| org.richfaces.photoalbum.manager | |
| org.richfaces.photoalbum.model.event | |
| org.richfaces.photoalbum.social | |
| org.richfaces.photoalbum.ui | |
| org.richfaces.photoalbum.util |
| Modifier and Type | Method and Description |
|---|---|
void |
UserManager.cancelEditUser(SimpleEvent se)
Method, that invoked when user click 'Cancel' button during edit her profile.
|
void |
Authenticator.editUser(SimpleEvent se)
Method, that invoked when user want to edit her profile.
|
void |
Model.observeSelectedTag(SimpleEvent se) |
void |
Controller.onAuthenticate(SimpleEvent se)
This method observes
Constants.AUTHENTICATED_EVENT and invoked after the user successfully authenticate to
the system |
void |
FileManager.onUserDeleted(SimpleEvent se)
This method observes
Constants.USER_DELETED_EVENT and invoked after the user was deleted(used in livedemo to
prevent flooding) This method delete user directory from the disk |
void |
Controller.startRegistration(SimpleEvent se)
This method observes
Constants.START_REGISTER_EVENT and invoked after the user want to start registration
process. |
void |
SlideshowManager.stopSlideshow(SimpleEvent se)
This method invoked after user click on 'Stop slideshow' button.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlbumEvent
Album event, carries an album and its (relative) path.
|
class |
ErrorEvent
Event to be used for displaying error notification
|
class |
ImageEvent
Image event, carries an image and its (relative) path.
|
class |
ShelfEvent
Shelf event, carries a shelf and its (relative) path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventAlbumsHelper.init(SimpleEvent se)
Initializes the helper - checks if remote albums are loaded in their caches and prepares list of those that are not
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileWrapper.clear(SimpleEvent se) |
void |
EditorBean.clearMessage(SimpleEvent se) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionExpirationChecker.checkUserExpiration(SimpleEvent se)
Utility method for check is the user session was expired or user were login in another browser.
|
Copyright © 2014. All Rights Reserved.