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

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

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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Deprecated.
    The cellspacing attribute is not supported in HTML5.
  • Method Summary

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