Interface HasPlaceholder

All Known Subinterfaces:
DateTagDeclaration, InTagDeclaration, TextareaTagDeclaration

public interface HasPlaceholder
  • Method Summary

    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 Details

    • 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