Module com.aoapps.html.any
Interface HeightHtml5Only<E extends Element<?,?,E> & HeightHtml5Only<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
Height<E>
- All Known Implementing Classes:
AnyINPUT.Dynamic
,AnyINPUT.Image
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Method Details
-
height
See HTML height Attribute.The height attribute is new in HTML5.
- Specified by:
height
in interfaceHeight<E extends Element<?,
?, E> & HeightHtml5Only<E>> - Throws:
IOException
- Since:
- HTML 5
-
height
See HTML height Attribute.The height attribute is new in HTML5.
- Specified by:
height
in interfaceHeight<E extends Element<?,
?, E> & HeightHtml5Only<E>> - Throws:
IOException
- Since:
- HTML 5
-
height
default <Ex extends Throwable> E height(IOSupplierE<? extends Integer, Ex> pixels) throws IOException, ExSee HTML height Attribute.The height attribute is new in HTML5.
- Specified by:
height
in interfaceHeight<E extends Element<?,
?, E> & HeightHtml5Only<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-