Interface IPlaceholderable

  • All Known Implementing Classes:
    InputField, TextArea

    public interface IPlaceholderable
    A marker interface that specifies that the layout object has placeholder.
    • Method Detail

      • getPlaceholder

        Paragraph getPlaceholder()
        Gets the placeholder paragraph.
        Returns:
        the placeholder paragraph
      • setPlaceholder

        void setPlaceholder​(Paragraph placeholder)
        Sets the placeholder paragraph.
        Parameters:
        placeholder - the paragraph to be used as placeholder