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