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

Type Parameters:
E - This element type
All Superinterfaces:
Size<E>
All Known Implementing Classes:
AnyHR

@Deprecated public interface SizeHtml4Only<E extends Element<?,?,E> & SizeHtml4Only<E>> extends Size<E>
Deprecated.
Not supported in HTML5.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    default E
    size(int size)
    Deprecated.
    Not supported in HTML5.
    default <Ex extends Throwable>
    E
    size(IOSupplierE<? extends Integer,Ex> size)
    Deprecated.
    Not supported in HTML5.
    default E
    size(Integer size)
    Deprecated.
    Not supported in HTML5.