|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
com.icesoft.faces.component.dragdrop.DndEvent
com.icesoft.faces.component.dragdrop.DragEvent
public class DragEvent
DragEvents are passed to dragListener methods.
DndEvent
,
Serialized FormField Summary |
---|
Fields inherited from class com.icesoft.faces.component.dragdrop.DndEvent |
---|
DRAG_CANCEL, DRAG_START, DRAGGING, DROPPED, HOVER_END, HOVER_START, MASK_ALL, MASK_ALL_BUT_DROPS |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DragEvent(javax.faces.component.UIComponent uiComponent,
int eventType,
java.lang.String targetId,
java.lang.Object targetDragValue,
java.lang.Object targetDropValue)
|
Method Summary |
---|
Methods inherited from class com.icesoft.faces.component.dragdrop.DndEvent |
---|
getEventName, getEventType, getTargetClientId, getTargetDragValue, getTargetDropValue, isAppropriateListener, parseMask, processListener |
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 |
---|
public DragEvent(javax.faces.component.UIComponent uiComponent, int eventType, java.lang.String targetId, java.lang.Object targetDragValue, java.lang.Object targetDropValue)
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |