Module com.aoapps.html.any
Interface Onchange<E extends Element<?,?,E> & Onchange<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
OnchangeUnexpected<E>
- All Known Implementing Classes:
AnyINPUT.Checkbox
,AnyINPUT.Color
,AnyINPUT.Date
,AnyINPUT.DatetimeLocal
,AnyINPUT.Dynamic
,AnyINPUT.Email
,AnyINPUT.File
,AnyINPUT.Month
,AnyINPUT.Number
,AnyINPUT.Password
,AnyINPUT.Radio
,AnyINPUT.Range
,AnyINPUT.Search
,AnyINPUT.Tel
,AnyINPUT.Text
,AnyINPUT.Time
,AnyINPUT.Url
,AnyINPUT.Week
,AnySELECT
,AnyTEXTAREA
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiononchange
(JavaScriptWritable<Ex> onchange) onchange
(IOSupplierE<?, Ex> onchange) default E
-
Method Details
-
onchange
- Specified by:
onchange
in interfaceOnchangeUnexpected<E extends Element<?,
?, E> & Onchange<E>> - Throws:
IOException
-
onchange
- Specified by:
onchange
in interfaceOnchangeUnexpected<E extends Element<?,
?, E> & Onchange<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
onchange
- Specified by:
onchange
in interfaceOnchangeUnexpected<E extends Element<?,
?, E> & Onchange<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-