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