public interface I_CmsDraggable
限定符和类型 | 方法和说明 |
---|---|
com.google.gwt.dom.client.Element |
getDragHelper(I_CmsDropTarget target)
Creates the drag helper element and attaches it into the DOM.
|
com.google.gwt.dom.client.Element |
getElement()
Returns the draggable element.
|
java.lang.String |
getId()
Returns the draggable id.
|
I_CmsDropTarget |
getParentTarget()
Returns the parent drop target or
null if there is none. |
com.google.gwt.dom.client.Element |
getPlaceholder(I_CmsDropTarget target)
Creates the drag placeholder element.
|
void |
onDragCancel()
Executed on drag cancel.
|
void |
onDrop(I_CmsDropTarget target)
Executed on drop.
|
void |
onStartDrag(I_CmsDropTarget target)
Executed on drag start.
|
com.google.gwt.dom.client.Element getDragHelper(I_CmsDropTarget target)
target
- the drop targetcom.google.gwt.dom.client.Element getElement()
java.lang.String getId()
I_CmsDropTarget getParentTarget()
null
if there is none.com.google.gwt.dom.client.Element getPlaceholder(I_CmsDropTarget target)
target
- the drop targetvoid onDragCancel()
void onDrop(I_CmsDropTarget target)
target
- the drop targetvoid onStartDrag(I_CmsDropTarget target)
target
- the current drop target