kiwi.ui.search.SearchSlaveDelegate(SlaveDelegate)
class documentationkiwi.ui.search
(View In Hierarchy)
Method | __init__ | Create a new SearchSlaveDelegate object. @ivar results: the results list of the container @ivar search: the L{SearchContainer} |
Method | add_filter | See L{SearchSlaveDelegate.add_filter} |
Method | set_query_executer | See L{SearchSlaveDelegate.set_query_executer} |
Method | set_text_field_columns | See L{SearchSlaveDelegate.set_text_field_columns} |
Method | get_primary_filter | Fetches the primary filter of the SearchSlaveDelegate @returns: primary filter |
Method | focus_search_entry | Grabs the focus of the search entry |
Method | refresh | Triggers a search again with the currently selected inputs |
Method | clear | Clears the result list |
Method | disable_search_entry | Disables the search entry |
Method | set_summary_label | See L{SearchContainer.set_summary_label} |
Method | get_columns | This needs to be implemented in a subclass @returns: columns @rtype: list of L{kiwi.ui.objectlist.Column} |
Inherited from BaseController (via SlaveDelegate):
Method | on_key_press | The keypress handler, which dispatches keypresses to the functions mapped to in self.keyactions |
Method | get_parent | parent: the correspondent parent for the controller |
Method | set_parent | parent: the correspondent parent for the controller |
Method | get_view | view: the correspondent view for the controller |
Method | set_view | view: the correspondent view for the controller |
Method | set_keyactions | Sets the keyactions mapping. See the constructor documentation for a description of it. |
Method | update_keyactions | XXX |
Method | _get_all_methods | Undocumented |
Inherited from BaseController (via SlaveDelegate):
Method | on_key_press | The keypress handler, which dispatches keypresses to the functions mapped to in self.keyactions |
Method | get_parent | parent: the correspondent parent for the controller |
Method | set_parent | parent: the correspondent parent for the controller |
Method | get_view | view: the correspondent view for the controller |
Method | set_view | view: the correspondent view for the controller |
Method | set_keyactions | Sets the keyactions mapping. See the constructor documentation for a description of it. |
Method | update_keyactions | XXX |
Method | _get_all_methods | Undocumented |
Create a new SearchSlaveDelegate object. @ivar results: the results list of the container @ivar search: the L{SearchContainer}
See L{SearchSlaveDelegate.add_filter}
Fetches the primary filter of the SearchSlaveDelegate @returns: primary filter