Module com.aoapps.html.any
Interface WidthHtml4Only<E extends Element<?,?,E> & WidthHtml4Only<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
Width<E>
@Deprecated
public interface WidthHtml4Only<E extends Element<?,?,E> & WidthHtml4Only<E>>
extends Width<E>
Deprecated.
The width attribute is not supported in HTML5. Use CSS instead.
See HTML width Attribute.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.attributes.dimension.Width
Width.width
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
width
(int pixels) Deprecated.The width attribute is not supported in HTML5.width
(Suppliers.String<Ex> pixelsOrPercent) Deprecated.The width attribute is not supported in HTML5.width
(IOSupplierE<? extends Integer, Ex> pixels) Deprecated.The width attribute is not supported in HTML5.default E
Deprecated.The width attribute is not supported in HTML5.default E
Deprecated.The width attribute is not supported in HTML5.
-
Method Details
-
width
Deprecated.The width attribute is not supported in HTML5. Use CSS instead.See HTML width Attribute.- Specified by:
width
in interfaceWidth<E extends Element<?,
?, E> & WidthHtml4Only<E>> - Throws:
IOException
-
width
Deprecated.The width attribute is not supported in HTML5. Use CSS instead.See HTML width Attribute.- Specified by:
width
in interfaceWidth<E extends Element<?,
?, E> & WidthHtml4Only<E>> - Throws:
IOException
-
width
@Deprecated default <Ex extends Throwable> E width(IOSupplierE<? extends Integer, Ex> pixels) throws IOException, ExDeprecated.The width attribute is not supported in HTML5. Use CSS instead.See HTML width Attribute.- Specified by:
width
in interfaceWidth<E extends Element<?,
?, E> & WidthHtml4Only<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
width
Deprecated.The width attribute is not supported in HTML5. Use CSS instead.See HTML width Attribute.- Specified by:
width
in interfaceWidth<E extends Element<?,
?, E> & WidthHtml4Only<E>> - Throws:
IOException
-
width
@Deprecated default <Ex extends Throwable> E width(Suppliers.String<Ex> pixelsOrPercent) throws IOException, Ex Deprecated.The width attribute is not supported in HTML5. Use CSS instead.See HTML width Attribute.- Specified by:
width
in interfaceWidth<E extends Element<?,
?, E> & WidthHtml4Only<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-