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