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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionalt(TextWritable<Ex> alt) See HTML alt Attribute.alt(IOSupplierE<?, Ex> alt) See HTML alt Attribute.default ESee 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:
IOExceptionEx- See Also:
-
alt
See HTML alt Attribute.- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
