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