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(forRemoval=false)
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:
oncutin interfaceOncut<E extends Element<?,?, E> & OncutUnexpected<E>> - Throws:
IOException
-
oncut
@Deprecated(forRemoval=false) default <Ex extends Throwable> E oncut(IOSupplierE<?, Ex> oncut) throws IOException, ExDeprecated.- Specified by:
oncutin interfaceOncut<E extends Element<?,?, E> & OncutUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
oncut
@Deprecated(forRemoval=false) default <Ex extends Throwable> E oncut(JavaScriptWritable<Ex> oncut) throws IOException, Ex Deprecated.- Specified by:
oncutin interfaceOncut<E extends Element<?,?, E> & OncutUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-

See HTML Event Attributes.