Module com.aoapps.html.any
Interface Formmethod<E extends Element<?,?,E> & Formmethod<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Type Parameters:
E- This element typeV- This enum type to use for this attribute
- All Known Implementing Classes:
AnyINPUT.Dynamic,AnyINPUT.Image,AnyINPUT.Submit
public interface Formmethod<E extends Element<?,?,E> & Formmethod<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUtility class for working withFormmethod. -
Method Summary
Modifier and TypeMethodDescriptionformmethod(Suppliers.String<Ex> formmethod) formmethod(IOSupplierE<V, Ex> formmethod) default Eformmethod(String formmethod) default Eformmethod(V formmethod)
-
Method Details
-
formmethod
- Throws:
IOException- Since:
- HTML 5
-
formmethod
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
formmethod
- Throws:
IOException- Since:
- HTML 5
- See Also:
-
formmethod
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
