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 Esize(int size) See HTML size Attribute.size(IOSupplierE<Integer, Ex> size) See HTML size Attribute.default ESee HTML size Attribute.
-
Method Details
-
size
See HTML size Attribute.- Throws:
IOException
-
size
See HTML size Attribute.- Throws:
IOException
-
size
See HTML size Attribute.- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
