Uses of Enum
com.google.gwt.dom.client.DataTransfer.DropEffect
-
Uses of DataTransfer.DropEffect in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionstatic DataTransfer.DropEffect
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 TypeMethodDescriptionfinal void
DataTransfer.setDropEffect
(DataTransfer.DropEffect dropEffect) Specify the drop effect to use on dragenter or dragover events.