RichFaces Photoalbum 4.3.5.Final

Uses of Class
org.richfaces.photoalbum.model.event.EventType

Packages that use EventType
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.social   
org.richfaces.photoalbum.ui   
org.richfaces.photoalbum.util   
 

Uses of EventType in org.richfaces.photoalbum.manager
 

Method parameters in org.richfaces.photoalbum.manager with annotations of type EventType
 void UserManager.cancelEditUser(SimpleEvent se)
          Method, that invoked when user click 'Cancel' button during edit her profile.
 void FileManager.deleteImage(ImageEvent ie)
          This method observes Constants.IMAGE_DELETED_EVENT and invoked after the user delete her image This method delete image and all thumbnails of this image from the disk
 void UserManager.editUser(SimpleEvent se)
          Method, that invoked when user want to edit her profile.
 void Model.observeSelectedTag(SimpleEvent se)
           
 void UserManager.onAlbumAdded(AlbumEvent ae)
          This method observes Constants.ALBUM_ADDED_EVENT and invoked after the user add new album
 void FileManager.onAlbumAdded(AlbumEvent ae)
          This method observes ALBUM_ADDED_EVENT and invoked after the user add new album This method add album directory to the disk
 void Controller.onAlbumAdded(AlbumEvent ae)
          This method observes Constants.ALBUM_ADDED_EVENT and invoked after the user add new album
 void FileManager.onAlbumDeleted(AlbumEvent ae)
          This method observes Constants.ALBUM_DELETED_EVENT and invoked after the user delete album.
 void Controller.onAlbumDeleted(AlbumEvent ae)
          This method observes Constants.ALBUM_DELETED_EVENT and invoked after the user delete her album
 void Controller.onAlbumEdited(AlbumEvent ae)
          This method observes Constants.ALBUM_EDITED_EVENT and invoked after the user edit her album
 void Controller.onAuthenticate(SimpleEvent se)
          This method observes Constants.AUTHENTICATED_EVENT and invoked after the user successfully authenticate to the system
 void Controller.onEventAdded(ShelfEvent se)
           
 void Controller.onEventDeleted(ShelfEvent se)
           
 void Controller.onEventEdited(ShelfEvent se)
           
 void Controller.onImageDeleted(ImageEvent ie)
          This method observes Constants.IMAGE_DELETED_EVENT and invoked after the user delete her image
 void FileManager.onShelfAdded(ShelfEvent se)
          This method observes SHELF_ADDED_EVENT and invoked after the user add new shelf This method add shelf directory to the disk
 void Controller.onShelfAdded(ShelfEvent se)
          This method observes Constants.SHELF_ADDED_EVENT and invoked after the user add new shelf
 void FileManager.onShelfDeleted(ShelfEvent se)
          This method observes Constants.SHELF_DELETED_EVENT and invoked after the user delete her shelf This method delete shelf directory from the disk
 void Controller.onShelfDeleted(ShelfEvent se)
          This method observes Constants.SHELF_DELETED_EVENT and invoked after the user delete her shelf
 void Controller.onShelfEdited(ShelfEvent se)
          This method observes Constants.SHELF_EDITED_EVENT and invoked after the user edit her shelf
 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 FileManager.renameAlbumDirectory(AlbumEvent ae)
          This method observes Constants.ALBUM_DRAGGED_EVENT and invoked after the user dragged album form one shelf to the another.
 void FileManager.renameImageFile(ImageEvent ie)
          This method observes Constants.IMAGE_DRAGGED_EVENT and invoked after the user dragged image form one album to the another.
 void Model.setMainArea(NavEvent ne)
          This method observes Constants.UPDATE_MAIN_AREA_EVENT event and invoked after the user actions, that not change model, but change area to preview
 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.
 

Uses of EventType in org.richfaces.photoalbum.social
 

Method parameters in org.richfaces.photoalbum.social with annotations of type EventType
 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
 

Uses of EventType in org.richfaces.photoalbum.ui
 

Method parameters in org.richfaces.photoalbum.ui with annotations of type EventType
 void ErrorHandlerBean.addToErrors(ErrorEvent ee)
          Convenience method that observes Event of type Events.ADD_ERROR_EVENT.
 void FileWrapper.clear(SimpleEvent se)
           
 void EditorBean.clearMessage(SimpleEvent se)
           
 void FileWrapper.removeImage(ImageEvent ie)
           
 

Uses of EventType in org.richfaces.photoalbum.util
 

Method parameters in org.richfaces.photoalbum.util with annotations of type EventType
 void SessionExpirationChecker.checkUserExpiration(SimpleEvent se)
          Utility method for check is the user session was expired or user were login in another browser.
 


RichFaces Photoalbum 4.3.5.Final

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