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