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 Ewidth(int pixels) See HTML width Attribute.width(IOSupplierE<Integer, Ex> pixels) See HTML width Attribute.default ESee HTML width Attribute.
-
Method Details
-
width
See HTML width Attribute.- Throws:
IOException
-
width
See HTML width Attribute.- Throws:
IOException
-
width
See HTML width Attribute.- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
