Uses of Interface
org.openhab.core.sitemap.Rule
Packages that use Rule
-
Uses of Rule in org.openhab.core.sitemap
Methods in org.openhab.core.sitemap that return types with arguments of type RuleModifier and TypeMethodDescriptionWidget.getIconColor()Get the widget icon color rules.Widget.getIconRules()Get the widget icon rules.Widget.getLabelColor()Get the widget label color rules.Widget.getValueColor()Get the widget value color rules.Widget.getVisibility()Get the widget visibility rules.Method parameters in org.openhab.core.sitemap with type arguments of type RuleModifier and TypeMethodDescriptionvoidWidget.setIconColor(List<Rule> iconColorRules) Replace the widget icon color rules with a new list of icon color rules.voidWidget.setIconRules(List<Rule> iconRules) Replace the widget icon rules with a new list of icon rules.voidWidget.setLabelColor(List<Rule> labelColorRules) Replace the widget label color rules with a new list of label color rules.voidWidget.setValueColor(List<Rule> valueColorRules) Replace the widget value color rules with a new list of value color rules.voidWidget.setVisibility(List<Rule> visibilityRules) Replace the widget visibility rules with a new list of visibility rules. -
Uses of Rule in org.openhab.core.sitemap.registry
Methods in org.openhab.core.sitemap.registry that return Rule