Module com.aoapps.html.any
Interface WidthHtml5Only<E extends Element<?,?,E> & WidthHtml5Only<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
Width<E>
- All Known Implementing Classes:
AnyINPUT.Dynamic
,AnyINPUT.Image
See HTML width Attribute.
The width attribute is new in HTML5.
- Since:
- HTML 5
- 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.The width attribute is new in HTML5.
- Specified by:
width
in interfaceWidth<E extends Element<?,
?, E> & WidthHtml5Only<E>> - Throws:
IOException
- Since:
- HTML 5
-
width
See HTML width Attribute.The width attribute is new in HTML5.
- Specified by:
width
in interfaceWidth<E extends Element<?,
?, E> & WidthHtml5Only<E>> - Throws:
IOException
- Since:
- HTML 5
-
width
default <Ex extends Throwable> E width(IOSupplierE<? extends Integer, Ex> pixels) throws IOException, ExSee HTML width Attribute.The width attribute is new in HTML5.
- Specified by:
width
in interfaceWidth<E extends Element<?,
?, E> & WidthHtml5Only<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-