Module com.aoapps.html.any
Interface Onsearch<E extends Element<?,?,E> & Onsearch<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Dynamic
,AnyINPUT.Search
public interface Onsearch<E extends Element<?,?,E> & Onsearch<E>>
- See HTML onsearch Event Attribute.
- See onsearch Event.
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiononsearch
(JavaScriptWritable<Ex> onsearch) onsearch
(IOSupplierE<?, Ex> onsearch) default E
-
Method Details
-
onsearch
- Throws:
IOException
- Since:
- HTML 5
-
onsearch
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
onsearch
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-