Module com.aoapps.html.any
Interface List<E extends Element<?,?,E> & List<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Color
,AnyINPUT.Date
,AnyINPUT.DatetimeLocal
,AnyINPUT.Dynamic
,AnyINPUT.Email
,AnyINPUT.Month
,AnyINPUT.Number
,AnyINPUT.Range
,AnyINPUT.Search
,AnyINPUT.Tel
,AnyINPUT.Text
,AnyINPUT.Time
,AnyINPUT.Url
,AnyINPUT.Week
public interface List<E extends Element<?,?,E> & List<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(TextWritable<Ex> list) list
(IOSupplierE<?, Ex> list) default E
-
Method Details
-
list
- Throws:
IOException
- Since:
- HTML 5
-
list
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
list
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-