|
|||||||||
| 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.DragDropProxyConfig
com.gwtext.client.dd.DragSourceConfig
public class DragSourceConfig
| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
DragSourceConfig()
|
|
| 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"). |
| Methods inherited from class com.gwtext.client.dd.DragDropProxyConfig |
|---|
setCenterFrame, setDragElId, setResizeFrame |
| 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 DragSourceConfig()
| 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 CSS
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||