Package org.openhab.core.sitemap
Interface Colortemperaturepicker
- All Superinterfaces:
NonLinkableWidget,Widget
A representation of a sitemap Colortemperaturepicker widget.
- Author:
- Mark Herwege - Initial contribution
-
Method Summary
Modifier and TypeMethodDescription@Nullable BigDecimalGet maximum color temperature value.@Nullable BigDecimalGet minimum color temperature value.voidsetMaxValue(@Nullable BigDecimal maxValue) Set maximum color temperature value.voidsetMinValue(@Nullable BigDecimal minValue) Set minimum color temperature value.Methods inherited from interface org.openhab.core.sitemap.Widget
getIcon, getIconColor, getIconRules, getItem, getLabel, getLabelColor, getParent, getValueColor, getVisibility, getWidgetType, isStaticIcon, setIcon, setIconColor, setIconRules, setItem, setLabel, setLabelColor, setParent, setStaticIcon, setValueColor, setVisibility
-
Method Details
-
getMinValue
@Nullable BigDecimal getMinValue()Get minimum color temperature value.- Returns:
- minValue
-
setMinValue
Set minimum color temperature value.- Parameters:
minValue-
-
getMaxValue
@Nullable BigDecimal getMaxValue()Get maximum color temperature value.- Returns:
- maxValue
-
setMaxValue
Set maximum color temperature value.- Parameters:
maxValue-
-