|
|||||||||
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.core.BaseConfig
com.gwtext.client.dd.DragDropConfig
com.gwtext.client.dd.DropTargetConfig
public class DropTargetConfig
Field Summary |
---|
Fields inherited from class com.gwtext.client.core.JsObject |
---|
jsObj |
Constructor Summary | |
---|---|
DropTargetConfig()
|
Method Summary | |
---|---|
void |
setdDdGroup(java.lang.String ddGroup)
A named drag drop group to which this object belongs. |
void |
setDropAllowed(java.lang.String dropAllowed)
The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok"). |
void |
setDropNotAllowed(java.lang.String dropNotAllowed)
The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop"). |
void |
setOverClass(java.lang.String overClass)
The CSS class applied to the drop target element while the drag source is over it (defaults to ""). |
Methods inherited from class com.gwtext.client.dd.DragDropConfig |
---|
setMaintainOffset, setPrimaryButtonOnly, setTarget |
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 DropTargetConfig()
Method Detail |
---|
public void setdDdGroup(java.lang.String ddGroup)
ddGroup
- the group namepublic void setDropAllowed(java.lang.String dropAllowed)
dropAllowed
- drop allowed CSSpublic void setDropNotAllowed(java.lang.String dropNotAllowed)
dropNotAllowed
- drop not allowed CSSpublic void setOverClass(java.lang.String overClass)
overClass
- the over class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |