Class: Glib::JsonUi::ViewBuilder::Fields::Sign
- Inherits:
-
AbstractField
- Object
- JsonUiElement
- View
- AbstractField
- Glib::JsonUi::ViewBuilder::Fields::Sign
- Defined in:
- app/helpers/glib/json_ui/view_builder/fields.rb
Instance Attribute Summary
Attributes inherited from JsonUiElement
Instance Method Summary collapse
-
#value(value) ⇒ Object
Override Signature field doesn’t have default value.
Methods inherited from AbstractField
#autoValidate, #context, #created, #default_url_options, #determine_value, #hint, #hint_args, #label, #label_args, #name, #placeholder, #placeholder_args, #prop, #validation
Methods inherited from View
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Instance Method Details
#value(value) ⇒ Object
Override Signature field doesn’t have default value
416 417 |
# File 'app/helpers/glib/json_ui/view_builder/fields.rb', line 416 def value(value) end |