com.gwtext.client.widgets.tree
Class TreeDropZoneConfig

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.core.BaseConfig
          extended by com.gwtext.client.widgets.tree.TreeDropZoneConfig

public class TreeDropZoneConfig
extends BaseConfig

A TreePanel DropZone configuration.


Field Summary
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Constructor Summary
TreeDropZoneConfig()
           
 
Method Summary
 void setAllowContainerDrop(boolean allowContainerDrop)
           
 void setAllowParentInsert(boolean allowParentInsert)
           
 void setAppendOnly(boolean appendOnly)
           
 void setDropNotAllowed(boolean dropNotAllowed)
           
 void setLastInsertClass(java.lang.String lastInsertClass)
           
 
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

TreeDropZoneConfig

public TreeDropZoneConfig()
Method Detail

setAllowParentInsert

public void setAllowParentInsert(boolean allowParentInsert)

setAllowContainerDrop

public void setAllowContainerDrop(boolean allowContainerDrop)

setAppendOnly

public void setAppendOnly(boolean appendOnly)

setLastInsertClass

public void setLastInsertClass(java.lang.String lastInsertClass)

setDropNotAllowed

public void setDropNotAllowed(boolean dropNotAllowed)