Module com.aoapps.html.any
Interface Label<E extends Element<?,?,E> & Label<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyOPTGROUP
,AnyOPTION
public interface Label<E extends Element<?,?,E> & Label<E>>
See HTML label Attribute.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionlabel
(TextWritable<Ex> label) See HTML label Attribute.label
(IOSupplierE<?, Ex> label) See HTML label Attribute.default E
See HTML label Attribute.
-
Method Details
-
label
See HTML label Attribute.- Throws:
IOException
-
label
See HTML label Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
label
See HTML label Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-