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