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

Type Parameters:
E - This element type
All Known Implementing Classes:
AnyTABLE

@Deprecated public interface Border<E extends Element<?,?,E> & Border<E>>
Deprecated.
The border attribute is not supported in HTML5. Use CSS instead.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    default E
    border(int border)
    Deprecated.
    The border attribute is not supported in HTML5.
    default <Ex extends Throwable>
    E
    border(IOSupplierE<? extends Integer,Ex> border)
    Deprecated.
    The border attribute is not supported in HTML5.
    default E
    border(Integer border)
    Deprecated.
    The border attribute is not supported in HTML5.