org.richfaces.event
Class DnDEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.richfaces.event.DnDEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DragEvent, DropEvent

public abstract class DnDEvent
extends javax.faces.event.FacesEvent



Created 12.11.2007

Since:
3.2
Author:
Nick Belaevski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DnDEvent(javax.faces.component.UIComponent component)
           
 
Method Summary
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, isAppropriateListener, processListener, 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

DnDEvent

public DnDEvent(javax.faces.component.UIComponent component)


Copyright © 2010. All Rights Reserved.