Class: DataTableSeachDelegate

Inherits:
Object
  • Object
show all
Defined in:
lib/project/pro_motion/data_table_search_delegate.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#parentObject

Returns the value of attribute parent.



2
3
4
# File 'lib/project/pro_motion/data_table_search_delegate.rb', line 2

def parent
  @parent
end

Instance Method Details

#searchDisplayController(controller, shouldReloadTableForSearchString: search_string) ⇒ Object



4
5
6
# File 'lib/project/pro_motion/data_table_search_delegate.rb', line 4

def searchDisplayController(controller, shouldReloadTableForSearchString:search_string)
  parent.dt_searchDisplayController(controller, shouldReloadTableForSearchString:search_string)
end

#searchDisplayControllerWillBeginSearch(controller) ⇒ Object



12
13
14
# File 'lib/project/pro_motion/data_table_search_delegate.rb', line 12

def searchDisplayControllerWillBeginSearch(controller)
  parent.dt_searchDisplayControllerWillBeginSearch(controller)
end

#searchDisplayControllerWillEndSearch(controller) ⇒ Object



8
9
10
# File 'lib/project/pro_motion/data_table_search_delegate.rb', line 8

def searchDisplayControllerWillEndSearch(controller)
  parent.dt_searchDisplayControllerWillEndSearch(controller)
end