Uses of Class
com.google.gwt.dom.client.DataTransfer.DropEffect
-
Packages that use DataTransfer.DropEffect Package Description com.google.gwt.dom.client Classes for low-level DOM programming. -
-
Uses of DataTransfer.DropEffect in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return DataTransfer.DropEffect Modifier and Type Method 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.Methods in com.google.gwt.dom.client with parameters of type DataTransfer.DropEffect Modifier and Type Method Description void
DataTransfer. setDropEffect(DataTransfer.DropEffect dropEffect)
Specify the drop effect to use on dragenter or dragover events.
-