Class DnDRequestDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.demo.enterprise.client.dnd.DnDRequestDTO
public final class DnDRequestDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DnDRequestDTO
create
(com.google.gwt.core.client.JsArrayNumber selection, String uuid, DocumentSnapshotDTO document) Replacement constructor.static DnDRequestDTO
create
(Collection<Integer> selection, String uuid, DocumentSnapshotDTO document) com.google.gwt.core.client.JsArrayNumber
getUUID()
void
setDocument
(DocumentSnapshotDTO document) void
setSelection
(com.google.gwt.core.client.JsArrayNumber selection) void
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
DnDRequestDTO
protected DnDRequestDTO()
-
-
Method Details
-
getSelection
public com.google.gwt.core.client.JsArrayNumber getSelection() -
setSelection
public void setSelection(com.google.gwt.core.client.JsArrayNumber selection) -
getUUID
-
setUUID
-
getDocument
-
setDocument
-
create
public static DnDRequestDTO create(com.google.gwt.core.client.JsArrayNumber selection, String uuid, DocumentSnapshotDTO document) Replacement constructor. Creates a new nativeDnDRequestDTO
.- Returns:
- The new instance.
-
create
public static DnDRequestDTO create(Collection<Integer> selection, String uuid, DocumentSnapshotDTO document)
-