|
|||||||||
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.DragData
com.gwtext.client.widgets.PanelDragData
public class PanelDragData
An implementation of DragData that is passed to the drop target when the source is a Panel.
Field Summary |
---|
Fields inherited from class com.gwtext.client.core.JsObject |
---|
jsObj |
Constructor Summary | |
---|---|
PanelDragData(com.google.gwt.core.client.JavaScriptObject jsObj)
|
Method Summary | |
---|---|
Panel |
getPanel()
The source Panel. |
Methods inherited from class com.gwtext.client.dd.DragData |
---|
getDDEl, getProperty, getPropertyAsBoolean, getPropertyAsElement, getPropertyAsInt, getPropertyAsJavaScriptObject |
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, toString, wait, wait, wait |
Constructor Detail |
---|
public PanelDragData(com.google.gwt.core.client.JavaScriptObject jsObj)
Method Detail |
---|
public Panel getPanel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |