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(forRemoval=false)
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 Eonmouseenter(Object onmouseenter)
-
Method Details
-
onmouseenter
Deprecated.- Specified by:
onmouseenterin interfaceOnmouseenter<E extends Element<?,?, E> & OnmouseenterUnexpected<E>> - Throws:
IOException- Since:
- HTML 5
-
onmouseenter
@Deprecated(forRemoval=false) default <Ex extends Throwable> E onmouseenter(IOSupplierE<?, Ex> onmouseenter) throws IOException, ExDeprecated.- Specified by:
onmouseenterin interfaceOnmouseenter<E extends Element<?,?, E> & OnmouseenterUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
onmouseenter
@Deprecated(forRemoval=false) default <Ex extends Throwable> E onmouseenter(JavaScriptWritable<Ex> onmouseenter) throws IOException, Ex Deprecated.- Specified by:
onmouseenterin interfaceOnmouseenter<E extends Element<?,?, E> & OnmouseenterUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-

See HTML Event Attributes.