Class: Formidable::Elements::Element

Inherits:
BasicElement show all
Includes:
Coercions, Validations
Defined in:
lib/formidable/elements.rb

Direct Known Subclasses

Button, DateSelectField, Input, Legend, Option, TextArea

Constant Summary

Constants included from Coercions

Coercions::IncompatibleInterface, Coercions::MissingCoercion

Constants included from Rendering

Rendering::RendererNotAssigned

Instance Attribute Summary

Attributes inherited from BasicElement

#attributes, #cleaned_data, #content, #name, #raw_data, #tag

Attributes included from Rendering

#renderer

Method Summary

Methods included from Coercions

#cleaned_data, #coerce, #coerce!, #coercions, coercions, included

Methods included from Validations

#errors, register_validation, #valid?, #validate, #validations

Methods inherited from BasicElement

#initialize

Methods included from Rendering

included, #render

Constructor Details

This class inherits a constructor from Formidable::Elements::BasicElement