RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.manager
Class DnDManager

java.lang.Object
  extended by org.richfaces.photoalbum.manager.DnDManager
All Implemented Interfaces:
EventListener, javax.faces.event.FacesListener, org.richfaces.event.DropListener

@Named(value="dndManager")
public class DnDManager
extends Object
implements org.richfaces.event.DropListener


Constructor Summary
DnDManager()
           
 
Method Summary
 void addAlbumToEvent(org.richfaces.event.DropEvent dropEvent)
           
 void processDrop(org.richfaces.event.DropEvent dropEvent)
          Listener, that is invoked during drag'n'drop process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DnDManager

public DnDManager()
Method Detail

processDrop

public void processDrop(org.richfaces.event.DropEvent dropEvent)
Listener, that is invoked during drag'n'drop process. Only registered users can drag images.

Specified by:
processDrop in interface org.richfaces.event.DropListener
Parameters:
event - - event, indicated that drag'n'drop started

addAlbumToEvent

public void addAlbumToEvent(org.richfaces.event.DropEvent dropEvent)

RichFaces Photoalbum 4.3.5.Final

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