Interface WidthHtml4Only<E extends Element<?,?,E> & WidthHtml4Only<E>>

Type Parameters:
E - This element type
All Superinterfaces:
Width<E>
All Known Implementing Classes:
AnyCOL, AnyTABLE

@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.
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 Type
    Method
    Description
    default E
    width(int pixels)
    Deprecated.
    The width attribute is not supported in HTML5.
    default <Ex extends Throwable>
    E
    width(Suppliers.String<Ex> pixelsOrPercent)
    Deprecated.
    The width attribute is not supported in HTML5.
    default <Ex extends Throwable>
    E
    width(IOSupplierE<? extends Integer,Ex> pixels)
    Deprecated.
    The width attribute is not supported in HTML5.
    default E
    width(Integer pixels)
    Deprecated.
    The width attribute is not supported in HTML5.
    default E
    width(String pixelsOrPercent)
    Deprecated.
    The width attribute is not supported in HTML5.