Module com.aoapps.html.any
Interface Formnovalidate<E extends Element<?,?,E> & Formnovalidate<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Dynamic
,AnyINPUT.Image
,AnyINPUT.Submit
public interface Formnovalidate<E extends Element<?,?,E> & Formnovalidate<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
formnovalidate
(boolean formnovalidate) formnovalidate
(IOSupplierE<? extends Boolean, Ex> formnovalidate) default E
formnovalidate
(Boolean formnovalidate)
-
Method Details
-
formnovalidate
- Throws:
IOException
- Since:
- HTML 5
-
formnovalidate
- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
formnovalidate
default <Ex extends Throwable> E formnovalidate(IOSupplierE<? extends Boolean, Ex> formnovalidate) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-