Module com.aoapps.html.any
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.
See HTML size Attribute.
- Author:
- AO Industries, Inc.
-
Method Summary
-
Method Details
-
size
Deprecated.Not supported in HTML5.See HTML size Attribute.- Specified by:
size
in interfaceSize<E extends Element<?,
?, E> & SizeHtml4Only<E>> - Throws:
IOException
-
size
Deprecated.Not supported in HTML5.See HTML size Attribute.- Specified by:
size
in interfaceSize<E extends Element<?,
?, E> & SizeHtml4Only<E>> - Throws:
IOException
-
size
@Deprecated default <Ex extends Throwable> E size(IOSupplierE<? extends Integer, Ex> size) throws IOException, ExDeprecated.Not supported in HTML5.See HTML size Attribute.- Specified by:
size
in interfaceSize<E extends Element<?,
?, E> & SizeHtml4Only<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-