Module com.aoapps.html.any
Interface Size<E extends Element<?,?,E> & Size<E>>
- Type Parameters:
E
- This element type
- All Known Subinterfaces:
SizeHtml4Only<E>
- All Known Implementing Classes:
AnyHR
,AnyINPUT.Dynamic
,AnyINPUT.Email
,AnyINPUT.Password
,AnyINPUT.Search
,AnyINPUT.Tel
,AnyINPUT.Text
,AnyINPUT.Url
,AnySELECT
public interface Size<E extends Element<?,?,E> & Size<E>>
See HTML size Attribute.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
size
(int size) See HTML size Attribute.size
(IOSupplierE<? extends Integer, Ex> size) See HTML size Attribute.default E
See HTML size Attribute.
-
Method Details
-
size
See HTML size Attribute.- Throws:
IOException
-
size
See HTML size Attribute.- Throws:
IOException
-
size
default <Ex extends Throwable> E size(IOSupplierE<? extends Integer, Ex> size) throws IOException, ExSee HTML size Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-