Module com.aoapps.html.any
Interface Formtarget<E extends Element<?,?,E> & Formtarget<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 Formtarget<E extends Element<?,?,E> & Formtarget<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 class
Utility class for working withFormtarget
. -
Method Summary
Modifier and TypeMethodDescriptionformtarget
(Suppliers.String<Ex> formtarget) formtarget
(IOSupplierE<V, Ex> formtarget) default E
formtarget
(String formtarget) default E
formtarget
(V formtarget)
-
Method Details
-
formtarget
- Throws:
IOException
- Since:
- HTML 5
-
formtarget
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
formtarget
- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
formtarget
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-