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