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 Eformnovalidate(boolean formnovalidate) formnovalidate(IOSupplierE<Boolean, Ex> formnovalidate) default Eformnovalidate(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<Boolean, Ex> formnovalidate) throws IOException, Ex- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
