Schnittstelle HasPlaceholder
- Alle bekannten Unterschnittstellen:
DateTagDeclaration
,InTagDeclaration
,TextareaTagDeclaration
public interface HasPlaceholder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setPlaceholder
(String placeholder) Displays a short text in the input field, that describes the meaning of this field.
-
Methodendetails
-
setPlaceholder
Displays a short text in the input field, that describes the meaning of this field.
- Parameter:
placeholder
- The text to display
-