Class: Glib::JsonUi::ViewBuilder::Fields::TimeZone

Inherits:
AbstractField show all
Includes:
EnumHelper
Defined in:
app/helpers/glib/json_ui/view_builder/fields.rb

Instance Attribute Summary

Attributes inherited from JsonUiElement

#json, #page

Instance Method Summary collapse

Methods included from EnumHelper

#glib_enum_options, #glib_time_zone_options

Methods inherited from AbstractField

#context, #default_url_options, #determine_value, #hint, #hint_args, #label, #label_args, #name, #placeholder, #placeholder_args, #prop, #value

Methods inherited from View

component_name

Methods inherited from JsonUiElement

#initialize, #props

Constructor Details

This class inherits a constructor from Glib::JsonUi::JsonUiElement

Instance Method Details

#createdObject

Override



197
198
199
200
201
# File 'app/helpers/glib/json_ui/view_builder/fields.rb', line 197

def created
  super

  json.options glib_time_zone_options
end