com.gwtext.client.widgets
Class PanelDragData

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.dd.DragData
          extended by com.gwtext.client.widgets.PanelDragData

public class PanelDragData
extends DragData

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

PanelDragData

public PanelDragData(com.google.gwt.core.client.JavaScriptObject jsObj)
Method Detail

getPanel

public Panel getPanel()
The source Panel.

Returns:
the source Panel