org.richfaces.photoalbum.manager
Class DnDManager
java.lang.Object
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
|
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 |
DnDManager
public DnDManager()
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)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.