Module com.aoapps.html.any
Interface Autocomplete<E extends Element<?,?,E> & Autocomplete<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Type Parameters:
E
- This element typeV
- This enum type to use for this attribute
- All Known Implementing Classes:
AnyFORM
,AnyINPUT.Color
,AnyINPUT.Date
,AnyINPUT.DatetimeLocal
,AnyINPUT.Dynamic
,AnyINPUT.Email
,AnyINPUT.Month
,AnyINPUT.Number
,AnyINPUT.Password
,AnyINPUT.Range
,AnyINPUT.Search
,AnyINPUT.Tel
,AnyINPUT.Text
,AnyINPUT.Time
,AnyINPUT.Url
,AnyINPUT.Week
,AnySELECT
,AnyTEXTAREA
public interface Autocomplete<E extends Element<?,?,E> & Autocomplete<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Utility class for working withAutocomplete
. -
Method Summary
Modifier and TypeMethodDescriptionautocomplete
(Suppliers.String<Ex> autocomplete) autocomplete
(IOSupplierE<V, Ex> autocomplete) default E
autocomplete
(String autocomplete) default E
autocomplete
(String... autocomplete) default E
autocomplete
(V autocomplete) default E
autocomplete
(V... autocomplete)
-
Method Details
-
autocomplete
- Throws:
IOException
- Since:
- HTML 5
-
autocomplete
default <Ex extends Throwable> E autocomplete(Suppliers.String<Ex> autocomplete) throws IOException, Ex - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
autocomplete
- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
autocomplete
default <Ex extends Throwable> E autocomplete(IOSupplierE<V, Ex> autocomplete) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
autocomplete
- Throws:
IOException
- Since:
- HTML 5
-
autocomplete
- Throws:
IOException
- Since:
- HTML 5
-