Class: TextFieldRow

Inherits:
TextInputRow show all
Defined in:
lib/project/rows/text_field_row.rb

Constant Summary

Constants inherited from TextInputRow

TextInputRow::EMAIL_REGEX, TextInputRow::URL_REGEX

Instance Attribute Summary

Attributes inherited from TextInputRow

#value

Attributes inherited from BaseRow

#icon, #key, #label, #options

Instance Method Summary collapse

Methods inherited from TextInputRow

#did_end_editing, #initialize, #listen, #setup_validation, #textFieldDidEndEditing, #update_cell, #valid?, #validation_rules

Methods inherited from BaseRow

#cell_identifier, #dealloc, #has_value?, #initialize, #notification_center, #observe, #post, #update_cell

Constructor Details

This class inherits a constructor from TextInputRow

Instance Method Details

#cell_typeObject



5
6
7
# File 'lib/project/rows/text_field_row.rb', line 5

def cell_type
  TextFieldCell
end

#heightObject



9
10
11
# File 'lib/project/rows/text_field_row.rb', line 9

def height
  100
end