Class: Formotion::RowType::StaticRow

Inherits:
StringRow show all
Defined in:
lib/formotion/row_type/static_row.rb

Constant Summary

Constants inherited from StringRow

Formotion::RowType::StringRow::TEXT_FIELD_TAG

Instance Attribute Summary

Attributes inherited from Base

#row, #tableView

Instance Method Summary collapse

Methods inherited from StringRow

#add_callbacks, #build_cell, #done_editing, #keyboardType, #on_change, #on_select, #row_value, #update_text_field

Methods inherited from Base

#_on_select, #after_delete, #break_with_semaphore, #build_cell, #button?, #cellEditingStyle, #cell_style, #delete_row, #done_editing, field_buffer, #indentWhileEditing?, #initialize, #input_accessory_view, #on_delete, #on_select, #update_cell, #with_semaphore

Constructor Details

This class inherits a constructor from Formotion::RowType::Base

Instance Method Details

#after_build(cell) ⇒ Object



6
7
8
# File 'lib/formotion/row_type/static_row.rb', line 6

def after_build(cell)
  self.row.text_field.enabled = false
end