|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.photoalbum.manager.ShelfManager
@Named @RequestScoped public class ShelfManager
| Constructor Summary | |
|---|---|
ShelfManager()
|
|
| Method Summary | |
|---|---|
void |
addShelf(Shelf shelf)
Method, that invoked on creation of the new shelf. |
void |
createShelf()
Method, that invoked when user want to create new shelf. |
void |
deleteShelf(Shelf shelf)
Method, that invoked when user click 'Delete shelf' button. |
void |
editShelf(Shelf shelf,
boolean editFromInplace)
Method, that invoked when user click 'Edit shelf' button or by inplaceInput component. |
List<Shelf> |
getPredefinedShelves()
This method used to populate 'pre-defined shelves' tree |
Shelf |
getShelf()
|
boolean |
isValidationSuccess()
|
void |
setShelf(Shelf shelf)
|
void |
setValidationSuccess(boolean validationSuccess)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShelfManager()
| Method Detail |
|---|
public Shelf getShelf()
public void setShelf(Shelf shelf)
public void createShelf()
public void addShelf(Shelf shelf)
album - - new album
public void editShelf(Shelf shelf,
boolean editFromInplace)
shelf - - shelf to editeditFromInplace - - indicate whether edit process was initiated by inplaceInput componentpublic void deleteShelf(Shelf shelf)
image - - shelf to deletepublic List<Shelf> getPredefinedShelves()
public boolean isValidationSuccess()
public void setValidationSuccess(boolean validationSuccess)
|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||