org.richfaces.event.extdt
Class DragDropEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.richfaces.event.extdt.DragDropEvent
All Implemented Interfaces:
java.io.Serializable

public class DragDropEvent
extends javax.faces.event.FacesEvent

Author:
pawelgo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragDropEvent(javax.faces.component.UIComponent component)
           
 
Method Summary
 java.lang.String getDragType()
           
 java.lang.Object getDragValue()
           
 java.lang.Object getDropValue()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 boolean isDropBefore()
           
 void processListener(javax.faces.event.FacesListener listener)
           
 void setDragType(java.lang.String dragType)
           
 void setDragValue(java.lang.Object dragValue)
           
 void setDropBefore(boolean dropBefore)
           
 void setDropValue(java.lang.Object dropValue)
           
 
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
 

Constructor Detail

DragDropEvent

public DragDropEvent(javax.faces.component.UIComponent component)
Method Detail

processListener

public void processListener(javax.faces.event.FacesListener listener)
Specified by:
processListener in class javax.faces.event.FacesEvent

getDragValue

public java.lang.Object getDragValue()

setDragValue

public void setDragValue(java.lang.Object dragValue)

getDropValue

public java.lang.Object getDropValue()

setDropValue

public void setDropValue(java.lang.Object dropValue)

getDragType

public java.lang.String getDragType()

setDragType

public void setDragType(java.lang.String dragType)

isDropBefore

public boolean isDropBefore()

setDropBefore

public void setDropBefore(boolean dropBefore)

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent


Copyright © 2010. All Rights Reserved.