Class: OpenHAB::DSL::Sitemaps::InputBuilder
- Inherits:
 - 
      WidgetBuilder
      
        
- Object
 - WidgetBuilder
 - OpenHAB::DSL::Sitemaps::InputBuilder
 
 
- Defined in:
 - lib/openhab/dsl/sitemaps/builder.rb
 
Overview
Builds an Input element
Constant Summary collapse
- VALID_HINTS =
          
Valid #hint values
 %i[text number date time datetime].freeze
Instance Attribute Summary collapse
- 
  
    
      #hint  ⇒ :text, ... 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Gives a hint to the user interface to use a widget adapted to a specific use.
 
Attributes inherited from WidgetBuilder
#icon, #icon_colors, #item, #label, #label_colors, #value_colors, #visibilities
Method Summary
Methods inherited from WidgetBuilder
#icon_color, #label_color, #value_color, #visibility
Instance Attribute Details
#hint ⇒ :text, ...
Returns Gives a hint to the user interface to use a widget adapted to a specific use.
      521 522 523  | 
    
      # File 'lib/openhab/dsl/sitemaps/builder.rb', line 521 def hint @hint end  |