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