Class: UU::OS::Form::InfoBar
- Inherits:
- 
      GVC::Component
      
        - Object
- GVC::Component
- UU::OS::Form::InfoBar
 
- Defined in:
- uu_os_gvc-0.28.16/lib/uu/os/form/info_bar.rb
Overview
Informational bar component.
Instance Attribute Summary (collapse)
- 
  
    
      - (Object) text 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Informational bar label. 
Attributes inherited from GVC::Component
#attributes, #code, #component_type, #form, #height, #id, #name, #width
Method Summary
Methods inherited from GVC::Component
#add_message, #focus, #initialize, #messages
Constructor Details
This class inherits a constructor from UU::OS::GVC::Component
Instance Attribute Details
- (Object) text
Informational bar label.
| 11 12 13 | # File 'uu_os_gvc-0.28.16/lib/uu/os/form/info_bar.rb', line 11 def text @text end |