Class: Rave::Models::Element::Form
- Inherits:
-
Rave::Models::Element
- Object
- Component
- Rave::Models::Element
- Rave::Models::Element::Form
- Defined in:
- lib/models/element.rb
Overview
A form element within a document. (Abstract)
Direct Known Subclasses
Button, Check, Input, Label, Password, RadioButton, RadioButtonGroup, TextArea
Defined Under Namespace
Classes: Button, Check, Input, Label, Password, RadioButton, RadioButtonGroup, TextArea
Constant Summary
Constants inherited from Rave::Models::Element
Constants included from Rave::Mixins::ObjectFactory
Rave::Mixins::ObjectFactory::WILDCARD
Constants inherited from Component
Component::GENERATED_PATTERN, Component::GENERATED_PREFIX
Instance Attribute Summary
Attributes included from Rave::Mixins::ObjectFactory
Attributes inherited from Component
Method Summary
Methods inherited from Rave::Models::Element
#get, #initialize, #set, #to_json
Methods included from Rave::Mixins::ObjectFactory
Methods inherited from Component
#generated?, #id, #initialize, #to_s, #unique_id
Methods included from Rave::Mixins::Logger
Constructor Details
This class inherits a constructor from Rave::Models::Element