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