Module com.aoapps.html.any
Interface Cellspacing<E extends Element<?,?,E> & Cellspacing<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyTABLE
Deprecated.
The cellspacing attribute is not supported in HTML5. Use CSS instead.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.The cellspacing attribute is not supported in HTML5. -
Method Summary
Modifier and TypeMethodDescriptiondefault E
cellspacing
(int pixels) Deprecated.The cellspacing attribute is not supported in HTML5.cellspacing
(Suppliers.String<Ex> pixelsOrPercent) Deprecated.The cellspacing attribute is not supported in HTML5.cellspacing
(IOSupplierE<? extends Integer, Ex> pixels) Deprecated.The cellspacing attribute is not supported in HTML5.default E
cellspacing
(Integer pixels) Deprecated.The cellspacing attribute is not supported in HTML5.default E
cellspacing
(String pixelsOrPercent) Deprecated.The cellspacing attribute is not supported in HTML5.
-
Method Details
-
cellspacing
Deprecated.The cellspacing attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
cellspacing
Deprecated.The cellspacing attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
cellspacing
@Deprecated default <Ex extends Throwable> E cellspacing(IOSupplierE<? extends Integer, Ex> pixels) throws IOException, ExDeprecated.The cellspacing attribute is not supported in HTML5. Use CSS instead.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
cellspacing
Deprecated.The cellspacing attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
cellspacing
@Deprecated default <Ex extends Throwable> E cellspacing(Suppliers.String<Ex> pixelsOrPercent) throws IOException, Ex Deprecated.The cellspacing attribute is not supported in HTML5. Use CSS instead.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-