Module com.aoapps.html.any
Interface Maxlength<E extends Element<?,?,E> & Maxlength<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Dynamic
,AnyINPUT.Email
,AnyINPUT.Password
,AnyINPUT.Search
,AnyINPUT.Tel
,AnyINPUT.Text
,AnyINPUT.Url
,AnyTEXTAREA
public interface Maxlength<E extends Element<?,?,E> & Maxlength<E>>
- Author:
- AO Industries, Inc.
-
Method Details
-
maxlength
- Throws:
IOException
-
maxlength
- Throws:
IOException
-
maxlength
default <Ex extends Throwable> E maxlength(IOSupplierE<? extends Integer, Ex> maxlength) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-