Module: ProMotion::ChaTable::TableClassMethods
- Defined in:
- lib/cha_work/table/table.rb
Instance Method Summary collapse
- #get_refreshable ⇒ Object
- #get_refreshable_params ⇒ Object
-
#refreshable(params = {}) ⇒ Object
Refreshable.
- #table_style ⇒ Object
Instance Method Details
#get_refreshable ⇒ Object
136 137 138 |
# File 'lib/cha_work/table/table.rb', line 136 def get_refreshable @refreshable ||= false end |
#get_refreshable_params ⇒ Object
140 141 142 |
# File 'lib/cha_work/table/table.rb', line 140 def get_refreshable_params @refreshable_params ||= nil end |
#refreshable(params = {}) ⇒ Object
Refreshable
131 132 133 134 |
# File 'lib/cha_work/table/table.rb', line 131 def refreshable(params = {}) @refreshable_params = params @refreshable = true end |
#table_style ⇒ Object
124 125 126 |
# File 'lib/cha_work/table/table.rb', line 124 def table_style UITableViewStylePlain end |