|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.dd.DragDrop
com.gwtext.client.dd.DDTarget
com.gwtext.client.dd.DropTarget
com.gwtext.client.widgets.portal.PortalDropZone
public class PortalDropZone
| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
PortalDropZone(Portal portal,
com.gwtext.client.dd.DropTargetConfig config)
|
|
| Method Summary | |
|---|---|
boolean |
notifyDrop(com.gwtext.client.dd.DragSource source,
EventObject e,
com.gwtext.client.dd.DragData data)
The function DragSource calls once to notify this drop target that the dragged item has been dropped on it. |
void |
notifyOut(com.gwtext.client.dd.DragSource source,
EventObject e,
com.gwtext.client.dd.DragData data)
The function a Ext.dd.DragSource calls once to notify this drop target that the source has been dragged out of the target without dropping. |
java.lang.String |
notifyOver(com.gwtext.client.dd.DragSource source,
EventObject e,
com.gwtext.client.dd.DragData data)
|
| Methods inherited from class com.gwtext.client.dd.DropTarget |
|---|
create, create, notifyEnter |
| Methods inherited from class com.gwtext.client.dd.DragDrop |
|---|
addInvalidHandleClass, addInvalidHandleId, addInvalidHandleType, addToGroup, applyConfig, clearConstraints, clearTicks, endDrag, getDragEl, getEl, getGroups, getId, getInvalidHandleClasses, getInvalidHandleTypes, getPadding, getXTicks, getYTicks, hasOuterHandles, init, initTarget, isAvailable, isLocked, isMaintainOffset, isPrimaryButtonOnly, isTarget, isValidHandleChild, lock, onAvailable, onDrag, onDragDrop, onDragDrop, onDragEnter, onDragEnter, onDragOut, onDragOut, onDragOver, onDragOver, onInvalidDrop, onMouseDown, onMouseUp, removeFromGroup, removeInvalidHandleClass, removeInvalidHandleId, removeInvalidHandleType, resetConstraints, setDragElId, setHandleElId, setOuterHandleElId, setPadding, setXConstraint, setYConstraint, startDrag, toString, unlock, unreg |
| Methods inherited from class com.gwtext.client.core.JsObject |
|---|
getJsObj, getProperties, isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PortalDropZone(Portal portal,
com.gwtext.client.dd.DropTargetConfig config)
| Method Detail |
|---|
public java.lang.String notifyOver(com.gwtext.client.dd.DragSource source,
EventObject e,
com.gwtext.client.dd.DragData data)
notifyOver in class com.gwtext.client.dd.DropTarget
public void notifyOut(com.gwtext.client.dd.DragSource source,
EventObject e,
com.gwtext.client.dd.DragData data)
com.gwtext.client.dd.DropTarget
notifyOut in class com.gwtext.client.dd.DropTarget
public boolean notifyDrop(com.gwtext.client.dd.DragSource source,
EventObject e,
com.gwtext.client.dd.DragData data)
com.gwtext.client.dd.DropTargetDragSource calls once to notify this drop target that the dragged item has been dropped on it.
This method has no default implementation and returns false, so you must provide an implementation that does something
to process the drop event and returns true so that the drag source's repair action does not run.
notifyDrop in class com.gwtext.client.dd.DropTargetsource - the drag sourcee - the event objectdata - an object containing arbitrary data supplied by the drag source
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||