Interface Colortemperaturepicker

All Superinterfaces:
NonLinkableWidget, Widget

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

    • getMinValue

      @Nullable BigDecimal getMinValue()
      Get minimum color temperature value.
      Returns:
      minValue
    • setMinValue

      void setMinValue(@Nullable BigDecimal minValue)
      Set minimum color temperature value.
      Parameters:
      minValue -
    • getMaxValue

      @Nullable BigDecimal getMaxValue()
      Get maximum color temperature value.
      Returns:
      maxValue
    • setMaxValue

      void setMaxValue(@Nullable BigDecimal maxValue)
      Set maximum color temperature value.
      Parameters:
      maxValue -