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