Module: ProMotion::ChaTable::TableClassMethods

Defined in:
lib/cha_work/table/table.rb

Instance Method Summary collapse

Instance Method Details

#get_refreshableObject



136
137
138
# File 'lib/cha_work/table/table.rb', line 136

def get_refreshable
  @refreshable ||= false
end

#get_refreshable_paramsObject



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_styleObject



124
125
126
# File 'lib/cha_work/table/table.rb', line 124

def table_style
  UITableViewStylePlain
end