Class: Formotion::RowType::BackRow

Inherits:
ButtonRow show all
Defined in:
lib/formotion/row_type/back_row.rb

Instance Attribute Summary

Attributes inherited from Base

#row, #tableView

Instance Method Summary collapse

Methods inherited from ButtonRow

#build_cell, #button?

Methods inherited from Base

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

Constructor Details

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

Instance Method Details

#on_select(tableView, tableViewDelegate) ⇒ Object



7
8
9
# File 'lib/formotion/row_type/back_row.rb', line 7

def on_select(tableView, tableViewDelegate)
  row.form.controller.pop_subform
end