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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUtility class for working withPlaceholder. -
Method Summary
Modifier and TypeMethodDescriptionplaceholder(TextWritable<Ex> placeholder) placeholder(IOSupplierE<?, Ex> placeholder) default Eplaceholder(Object placeholder)
-
Method Details
-
placeholder
- Throws:
IOException- Since:
- HTML 5
-
placeholder
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
placeholder
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
