RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.social.gplus
Class GooglePlusAlbumDndManager

java.lang.Object
  extended by org.richfaces.photoalbum.social.gplus.GooglePlusAlbumDndManager
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.FacesListener, org.richfaces.event.DropListener

@Named(value="gDndManager")
@SessionScoped
public class GooglePlusAlbumDndManager
extends Object
implements Serializable, org.richfaces.event.DropListener

See Also:
Serialized Form

Constructor Summary
GooglePlusAlbumDndManager()
           
 
Method Summary
 org.richfaces.json.JSONObject getAlbum()
           
 String getAlbumId()
           
 void importAlbum()
           
 boolean isAlbumAlreadyShared()
           
 void processDrop(org.richfaces.event.DropEvent event)
           
 void setAlbumAlreadyShared(boolean albumAlreadyShared)
           
 void setAlbumId(String albumId)
           
 void shareAlbum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GooglePlusAlbumDndManager

public GooglePlusAlbumDndManager()
Method Detail

processDrop

public void processDrop(org.richfaces.event.DropEvent event)
Specified by:
processDrop in interface org.richfaces.event.DropListener

shareAlbum

public void shareAlbum()

importAlbum

public void importAlbum()

getAlbumId

public String getAlbumId()

setAlbumId

public void setAlbumId(String albumId)

getAlbum

public org.richfaces.json.JSONObject getAlbum()

isAlbumAlreadyShared

public boolean isAlbumAlreadyShared()

setAlbumAlreadyShared

public void setAlbumAlreadyShared(boolean albumAlreadyShared)

RichFaces Photoalbum 4.3.5.Final

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