Interface Input

All Superinterfaces:
NonLinkableWidget, Widget

@NonNullByDefault public interface Input extends NonLinkableWidget
A representation of a sitemap Input widget.
Author:
Mark Herwege - Initial contribution
  • Method Details

    • getInputHint

      @Nullable String getInputHint()
      Get the input hint. This can be used by a UI to tailor the representation. See setInputHint(String).
      Returns:
      input hint
    • setInputHint

      void setInputHint(@Nullable String inputHint)
      Set the input hint, allowed values are: "text", "number", "date", "time", "datetime". This can be used by a UI to tailor the representation.
      Parameters:
      inputHint -