Interface HasPlaceholder
- All Known Subinterfaces:
DateTagDeclaration
,InTagDeclaration
,TextareaTagDeclaration
public interface HasPlaceholder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPlaceholder
(String placeholder) Displays a short text in the input field, that describes the meaning of this field.
-
Method Details
-
setPlaceholder
Displays a short text in the input field, that describes the meaning of this field.
- Parameters:
placeholder
- The text to display
-