RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.ui
Class ConfirmationPopupHelper

java.lang.Object
  extended by org.richfaces.photoalbum.ui.ConfirmationPopupHelper
All Implemented Interfaces:
Serializable

@Named
@ApplicationScoped
public class ConfirmationPopupHelper
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConfirmationPopupHelper()
           
 
Method Summary
 void doAction()
           
 org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions getaction()
           
 String getCaption()
           
 org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions getDeleteAlbum()
           
 org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions getDeleteImage()
           
 org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions getDeleteShelf()
           
 void initAlbumData(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action, String caption, Album album)
           
 void initImagePopup(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action, String caption, Image image)
           
 void initShelfData(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action, String caption, Shelf shelf)
           
 void setaction(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action)
           
 void setCaption(String caption)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfirmationPopupHelper

public ConfirmationPopupHelper()
Method Detail

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()

RichFaces Photoalbum 4.3.5.Final

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