| Package | Description |
|---|---|
| org.richfaces.photoalbum.event | |
| org.richfaces.photoalbum.manager |
| Modifier and Type | Method and Description |
|---|---|
NavigationEnum |
NavEvent.getNav() |
| Constructor and Description |
|---|
NavEvent(NavigationEnum nav) |
| Modifier and Type | Method and Description |
|---|---|
NavigationEnum |
Model.getMainArea() |
static NavigationEnum |
NavigationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationEnum[] |
NavigationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.