Class: OpenHAB::DSL::Sitemaps::DefaultBuilder
- Inherits:
-
WidgetBuilder
- Object
- WidgetBuilder
- OpenHAB::DSL::Sitemaps::DefaultBuilder
- Defined in:
- lib/openhab/dsl/sitemaps/builder.rb
Overview
Builds a ‘Default` element
Direct Known Subclasses
Instance Attribute Summary collapse
-
#height ⇒ Integer
The number of element rows to fill.
Attributes inherited from WidgetBuilder
#icon, #icon_colors, #item, #label, #label_colors, #static_icon, #value_colors, #visibilities
Method Summary
Methods inherited from WidgetBuilder
#icon_color, #label_color, #value_color, #visibility
Methods included from Core::EntityLookup
#items, #method_missing, #things
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenHAB::Core::EntityLookup
Instance Attribute Details
#height ⇒ Integer
Returns The number of element rows to fill.
621 622 623 |
# File 'lib/openhab/dsl/sitemaps/builder.rb', line 621 def height @height end |