org.richfaces.photoalbum.ui
Class ConfirmationPopupHelper
java.lang.Object
org.richfaces.photoalbum.ui.ConfirmationPopupHelper
- All Implemented Interfaces:
- Serializable
@Named
@ApplicationScoped
public class ConfirmationPopupHelper
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfirmationPopupHelper
public ConfirmationPopupHelper()
getDeleteShelf
public org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions getDeleteShelf()
getDeleteAlbum
public org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions getDeleteAlbum()
getDeleteImage
public org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions getDeleteImage()
initImagePopup
public void initImagePopup(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action,
String caption,
Image image)
initAlbumData
public void initAlbumData(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action,
String caption,
Album album)
initShelfData
public void initShelfData(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action,
String caption,
Shelf shelf)
getCaption
public String getCaption()
setCaption
public void setCaption(String caption)
getaction
public org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions getaction()
setaction
public void setaction(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action)
doAction
public void doAction()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.