Class: Glib::JsonUi::ViewBuilder::Fields::TimeZone
- Inherits:
 - 
      AbstractField
      
        
- Object
 - JsonUiElement
 - View
 - AbstractField
 - Glib::JsonUi::ViewBuilder::Fields::TimeZone
 
 
- Includes:
 - EnumHelper
 
- Defined in:
 - app/helpers/glib/json_ui/view_builder/fields.rb
 
Instance Attribute Summary
Attributes inherited from JsonUiElement
Instance Method Summary collapse
- 
  
    
      #created  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Override.
 
Methods included from EnumHelper
#glib_enum_options, #glib_time_zone_options
Methods inherited from AbstractField
#autoValidate, #context, #default_url_options, #determine_value, #hint, #hint_args, #label, #label_args, #name, #placeholder, #placeholder_args, #prop, #validation, #value
Methods inherited from View
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Instance Method Details
#created ⇒ Object
Override
      243 244 245 246 247  | 
    
      # File 'app/helpers/glib/json_ui/view_builder/fields.rb', line 243 def created super json. end  |