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