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

Type Parameters:
E - This element type
All Known Subinterfaces:
WidthHtml4Only<E>
All Known Implementing Classes:
AnyCOL, AnyHR, AnyTABLE

public interface Width<E extends Element<?,?,E> & Width<E>>
Author:
AO Industries, Inc.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Deprecated.
    In HTML 4.01, the width could be defined in pixels or in % of the containing element.
  • Method Summary

    Modifier and Type
    Method
    Description
    default E
    width(int pixels)
    default <Ex extends Throwable>
    E
    width(Suppliers.String<Ex> pixelsOrPercent)
    Deprecated.
    In HTML 4.01, the width could be defined in pixels or in % of the containing element.
    default <Ex extends Throwable>
    E
    width(IOSupplierE<? extends Integer,Ex> pixels)
    default E
    width(Integer pixels)
    default E
    width(String pixelsOrPercent)
    Deprecated.
    In HTML 4.01, the width could be defined in pixels or in % of the containing element.