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