|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Image in org.richfaces.photoalbum.manager |
|---|
| Methods in org.richfaces.photoalbum.manager that return Image | |
|---|---|
Image |
Model.getSelectedImage()
|
| Methods in org.richfaces.photoalbum.manager that return types with arguments of type Image | |
|---|---|
List<Image> |
Model.getImages()
|
| Methods in org.richfaces.photoalbum.manager with parameters of type Image | |
|---|---|
void |
ImageManager.addComment(Image image)
Method, that invoked when user add comment to image. |
void |
ImageManager.deleteImage(Image image)
Method, that invoked when user click 'Delete image' button. |
void |
ImageManager.editImage(Image image,
boolean editFromInplace)
Method, that invoked when user click 'Edit image' button. |
String |
ImageManager.getImageDirectLink(Image image)
Method, that invoked to retrieve direct link to image, to represent in UI. |
boolean |
Controller.isUserImage(Image image)
This utility method used to determine if the specified image belongs to the logged user |
void |
Model.resetModel(NavigationEnum mainArea,
User selectedUser,
Shelf selectedShelf,
Album selectedAlbum,
Image selectedImage,
List<Image> images)
This method invoked after the almost user actions, to prepare properly data to show in the UI. |
void |
Model.resetModel(NavigationEnum mainArea,
User selectedUser,
Shelf selectedShelf,
Album selectedAlbum,
Image selectedImage,
List<Image> images,
Event selectedEvent)
|
void |
SlideshowManager.setSelectedImage(Image selectedImage)
|
void |
Controller.showImage(Image image)
This method invoked after the user want to see specified image independently is it her image or not. |
void |
Controller.startEditImage(Image image)
This method invoked after the user want to edit specified image. |
void |
SlideshowManager.startSlideshow(Image selectedImage)
This method invoked after user click on 'Start slideshow' button. |
| Method parameters in org.richfaces.photoalbum.manager with type arguments of type Image | |
|---|---|
void |
Model.resetModel(NavigationEnum mainArea,
User selectedUser,
Shelf selectedShelf,
Album selectedAlbum,
Image selectedImage,
List<Image> images)
This method invoked after the almost user actions, to prepare properly data to show in the UI. |
void |
Model.resetModel(NavigationEnum mainArea,
User selectedUser,
Shelf selectedShelf,
Album selectedAlbum,
Image selectedImage,
List<Image> images,
Event selectedEvent)
|
void |
Model.setImages(List<Image> images)
|
| Uses of Image in org.richfaces.photoalbum.model |
|---|
| Methods in org.richfaces.photoalbum.model that return Image | |
|---|---|
Image |
Album.getCoveringImage()
This method determine covering image of this album |
Image |
Comment.getImage()
|
| Methods in org.richfaces.photoalbum.model that return types with arguments of type Image | |
|---|---|
List<Image> |
User.getImages()
This method return all images, belongs to user |
List<Image> |
Shelf.getImages()
|
List<Image> |
MetaTag.getImages()
|
List<Image> |
Album.getImages()
Getter for property images |
List<Image> |
User.getSharedImages()
This method return all images, belongs to user |
List<Image> |
Shelf.getUnvisitedImages()
|
List<Image> |
Album.getUnvisitedImages()
|
| Methods in org.richfaces.photoalbum.model with parameters of type Image | |
|---|---|
void |
MetaTag.addImage(Image image)
|
void |
Album.addImage(Image image)
This method add image to collection of images of current album |
int |
Album.getIndex(Image image)
This method determine index of specified image in collection of images, belongs to this album. |
boolean |
User.hasImageWithName(Image image)
This method check, if containing album already have image with the same name |
void |
MetaTag.removeImage(Image image)
|
void |
Album.removeImage(Image image)
This method remove image from collection of images of album |
void |
Album.setCoveringImage(Image coveringImage)
|
void |
Comment.setImage(Image image)
|
| Method parameters in org.richfaces.photoalbum.model with type arguments of type Image | |
|---|---|
void |
MetaTag.setImages(List<Image> images)
|
| Uses of Image in org.richfaces.photoalbum.model.actions |
|---|
| Methods in org.richfaces.photoalbum.model.actions with parameters of type Image | |
|---|---|
void |
ImageAction.addImage(Image image)
Persist image entity to database |
void |
IImageAction.addImage(Image image)
|
void |
ImageAction.addMetaTag(Image image,
MetaTag metaTag)
Add MetaTag to image |
void |
ImageAction.deleteImage(Image image)
Remove image entity from database |
void |
IImageAction.deleteImage(Image image)
|
void |
ImageAction.editImage(Image image,
boolean metatagsChanged)
Synchronize state of image entity with database |
void |
IImageAction.editImage(Image image,
boolean metatagsChanged)
|
void |
ImageAction.removeMetaTag(Image image,
MetaTag metaTag)
Remove MetaTag to image |
void |
ImageAction.resetImage(Image image)
Refresh state of given image |
void |
IImageAction.resetImage(Image imageo)
|
| Uses of Image in org.richfaces.photoalbum.model.event |
|---|
| Methods in org.richfaces.photoalbum.model.event that return Image | |
|---|---|
Image |
ImageEvent.getImage()
|
| Constructors in org.richfaces.photoalbum.model.event with parameters of type Image | |
|---|---|
ImageEvent(Image image)
|
|
ImageEvent(Image image,
String path)
|
|
| Uses of Image in org.richfaces.photoalbum.search |
|---|
| Methods in org.richfaces.photoalbum.search that return types with arguments of type Image | |
|---|---|
List<Image> |
ISearchAction.searchByImage(String query,
boolean searchInMyAlbums,
boolean searchInShared)
|
List<Image> |
SearchAction.searchByImage(String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Return List of images, founded by query Search images by name and description(like) |
| Uses of Image in org.richfaces.photoalbum.ui |
|---|
| Methods in org.richfaces.photoalbum.ui that return Image | |
|---|---|
Image |
FileWrapper.getErrorImage(org.richfaces.photoalbum.ui.FileWrapper.ErrorImage e)
|
| Methods in org.richfaces.photoalbum.ui that return types with arguments of type Image | |
|---|---|
List<Image> |
FileWrapper.getFiles()
|
| Methods in org.richfaces.photoalbum.ui with parameters of type Image | |
|---|---|
void |
ConfirmationPopupHelper.initImagePopup(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action,
String caption,
Image image)
|
void |
FileWrapper.onFileUploadError(Image image,
String error)
|
| Method parameters in org.richfaces.photoalbum.ui with type arguments of type Image | |
|---|---|
void |
FileWrapper.setFiles(List<Image> files)
|
|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||