Module com.aoapps.html.any
Interface OndragleaveUnexpected<E extends Element<?,?,E> & OndragleaveUnexpected<E>>
- Type Parameters:
E- This element type
- All Superinterfaces:
Ondragleave<E>
- All Known Implementing Classes:
AnyBASE,AnyBDO,AnyBR,AnyHEAD,AnyHTML,AnyINPUT.Hidden,AnyMETA,AnyPARAM,AnySCRIPT,AnySTYLE,AnyTITLE,AnyWBR
@Deprecated(forRemoval=false)
public interface OndragleaveUnexpected<E extends Element<?,?,E> & OndragleaveUnexpected<E>>
extends Ondragleave<E>
Deprecated.
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.attributes.event.Ondragleave
Ondragleave.ondragleave -
Method Summary
Modifier and TypeMethodDescriptionondragleave(JavaScriptWritable<Ex> ondragleave) ondragleave(IOSupplierE<?, Ex> ondragleave) default Eondragleave(Object ondragleave)
-
Method Details
-
ondragleave
Deprecated.- Specified by:
ondragleavein interfaceOndragleave<E extends Element<?,?, E> & OndragleaveUnexpected<E>> - Throws:
IOException- Since:
- HTML 5
-
ondragleave
@Deprecated(forRemoval=false) default <Ex extends Throwable> E ondragleave(IOSupplierE<?, Ex> ondragleave) throws IOException, ExDeprecated.- Specified by:
ondragleavein interfaceOndragleave<E extends Element<?,?, E> & OndragleaveUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
ondragleave
@Deprecated(forRemoval=false) default <Ex extends Throwable> E ondragleave(JavaScriptWritable<Ex> ondragleave) throws IOException, Ex Deprecated.- Specified by:
ondragleavein interfaceOndragleave<E extends Element<?,?, E> & OndragleaveUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-

See HTML Event Attributes.