Module com.aoapps.html.any
Interface Placeholder<E extends Element<?,?,E> & Placeholder<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 Placeholder<E extends Element<?,?,E> & Placeholder<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withPlaceholder
. -
Method Summary
Modifier and TypeMethodDescriptionplaceholder
(TextWritable<Ex> placeholder) placeholder
(IOSupplierE<?, Ex> placeholder) default E
placeholder
(Object placeholder)
-
Method Details
-
placeholder
- Throws:
IOException
- Since:
- HTML 5
-
placeholder
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
placeholder
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-