Class: ProMotion::XLFormCell
- Inherits:
-
XLFormBaseCell
- Object
- XLFormBaseCell
- ProMotion::XLFormCell
- Includes:
- TableViewCellModule
- Defined in:
- lib/ProMotion/XLForm/cells/xl_form_cell.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#check_deprecated_styles ⇒ Object
5 6 7 |
# File 'lib/ProMotion/XLForm/cells/xl_form_cell.rb', line 5 def check_deprecated_styles # just ignore ProMotion messages end |
#value ⇒ Object
13 14 15 |
# File 'lib/ProMotion/XLForm/cells/xl_form_cell.rb', line 13 def value rowDescriptor ? rowDescriptor.value : nil end |
#value=(value) ⇒ Object
9 10 11 |
# File 'lib/ProMotion/XLForm/cells/xl_form_cell.rb', line 9 def value=(value) rowDescriptor.value = value end |