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