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