org.richfaces.event
Class DropEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.richfaces.event.DropEvent
- All Implemented Interfaces:
- java.io.Serializable
public class DropEvent
- extends javax.faces.event.FacesEvent
- Author:
- abelevich
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
DropEvent(javax.faces.component.UIComponent dropTarget,
java.lang.Object dropValue,
javax.faces.component.UIComponent dragSource,
java.lang.Object dragValue)
|
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DropEvent
public DropEvent(javax.faces.component.UIComponent dropTarget,
java.lang.Object dropValue,
javax.faces.component.UIComponent dragSource,
java.lang.Object dragValue)
getDragSource
public javax.faces.component.UIComponent getDragSource()
getDropTarget
public javax.faces.component.UIComponent getDropTarget()
getDropValue
public java.lang.Object getDropValue()
getDragValue
public java.lang.Object getDragValue()
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener listener)
- Specified by:
processListener
in class javax.faces.event.FacesEvent
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.