Module com.aoapps.html.any
Interface Alt<E extends Element<?,?,E> & Alt<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyAREA
,AnyIMG
,AnyINPUT.Dynamic
,AnyINPUT.Image
public interface Alt<E extends Element<?,?,E> & Alt<E>>
See HTML alt Attribute.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionalt
(TextWritable<Ex> alt) See HTML alt Attribute.alt
(IOSupplierE<?, Ex> alt) See HTML alt Attribute.default E
See HTML alt Attribute.
-
Method Details
-
alt
See HTML alt Attribute.- Throws:
IOException
-
alt
See HTML alt Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
alt
See HTML alt Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-