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(forRemoval=false)
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 ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.The cellspacing attribute is not supported in HTML5. -
Method Summary
Modifier and TypeMethodDescriptiondefault Ecellspacing(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<Integer, Ex> pixels) Deprecated.The cellspacing attribute is not supported in HTML5.default Ecellspacing(Integer pixels) Deprecated.The cellspacing attribute is not supported in HTML5.default Ecellspacing(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(forRemoval=false) default <Ex extends Throwable> E cellspacing(IOSupplierE<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:
IOExceptionEx
-
cellspacing
Deprecated.The cellspacing attribute is not supported in HTML5. Use CSS instead.- Throws:
IOException
-
cellspacing
@Deprecated(forRemoval=false) 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:
IOExceptionEx- See Also:
-
