Class: OpenHAB::DSL::Sitemaps::DefaultBuilder

Inherits:
WidgetBuilder show all
Defined in:
lib/openhab/dsl/sitemaps/builder.rb

Overview

Builds a ‘Default` element

See Also:

Direct Known Subclasses

MapviewBuilder, WebviewBuilder

Instance Attribute Summary collapse

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

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OpenHAB::Core::EntityLookup

Instance Attribute Details

#heightInteger

Returns The number of element rows to fill.

Returns:

  • (Integer)

    The number of element rows to fill



567
568
569
# File 'lib/openhab/dsl/sitemaps/builder.rb', line 567

def height
  @height
end