Interface Placeholderable

    • Method Detail

      • setPlaceholder

        void setPlaceholder​(String placeholder)
        Set placeholder text which will appear in the field if it is editable and has no content.
        Parameters:
        placeholder - The text to set as the placeholder.
      • getPlaceholder

        String getPlaceholder()
        Get the placeholder text, if explicitly set.
        Returns:
        The placeholder text, if set.