Module com.aoapps.html.any
Interface Onbeforeunload<E extends Element<?,?,E> & Onbeforeunload<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyBODY
public interface Onbeforeunload<E extends Element<?,?,E> & Onbeforeunload<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withOnbeforeunload
. -
Method Summary
Modifier and TypeMethodDescriptiononbeforeunload
(JavaScriptWritable<Ex> onbeforeunload) onbeforeunload
(IOSupplierE<?, Ex> onbeforeunload) default E
onbeforeunload
(Object onbeforeunload)
-
Method Details
-
onbeforeunload
- Throws:
IOException
- Since:
- HTML 5
-
onbeforeunload
default <Ex extends Throwable> E onbeforeunload(IOSupplierE<?, Ex> onbeforeunload) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onbeforeunload
default <Ex extends Throwable> E onbeforeunload(JavaScriptWritable<Ex> onbeforeunload) throws IOException, Ex - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-