Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
static DataTransfer.DropEffect |
DataTransfer.DropEffect.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataTransfer.DropEffect[] |
DataTransfer.DropEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTransfer.setDropEffect(DataTransfer.DropEffect dropEffect)
Specify the drop effect to use on dragenter or dragover events.
|