Package org.openhab.core.sitemap
Interface Default
- All Superinterfaces:
NonLinkableWidget,Widget
A representation of a sitemap Default widget.
- Author:
- Mark Herwege - Initial contribution
-
Method Summary
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
-
getHeight
int getHeight()Get the configured height of the widget. If no height is configured, 0 should be returned.- Returns:
- height
-
setHeight
Set the height of the widget, null means no height is configured.- Parameters:
height-
-