Module com.aoapps.html.any
Interface Width<E extends Element<?,?,E> & Width<E>>
- Type Parameters:
E
- This element type
- All Known Subinterfaces:
WidthHtml5Only<E>
- All Known Implementing Classes:
AnyIMG
,AnyINPUT.Dynamic
,AnyINPUT.Image
,AnyOBJECT
public interface Width<E extends Element<?,?,E> & Width<E>>
See HTML width Attribute.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
width
(int pixels) See HTML width Attribute.width
(IOSupplierE<? extends Integer, Ex> pixels) See HTML width Attribute.default E
See HTML width Attribute.
-
Method Details
-
width
See HTML width Attribute.- Throws:
IOException
-
width
See HTML width Attribute.- Throws:
IOException
-
width
default <Ex extends Throwable> E width(IOSupplierE<? extends Integer, Ex> pixels) throws IOException, ExSee HTML width Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-