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

See HTML Event Attributes.