No class docstring
Method __init__ Create a new SearchSlaveDelegate object. @ivar results: the results list of the container @ivar search: the SearchContainer
Method add_filter See SearchSlaveDelegate.add_filter
Method set_query_executer See SearchSlaveDelegate.set_query_executer
Method set_text_field_columns See 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 SearchContainer.set_summary_label
Method get_columns This needs to be implemented in a subclass @returns: columns @rtype: list of 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
def __init__(self, columns):

Create a new SearchSlaveDelegate object.

def add_filter(self, search_filter, position=SearchFilterPosition.BOTTOM, columns=None, callback=None):
def set_query_executer(self, querty_executer):
def set_text_field_columns(self, columns):
def get_primary_filter(self):

Fetches the primary filter of the SearchSlaveDelegate

Returnsprimary filter
def focus_search_entry(self):

Grabs the focus of the search entry

def refresh(self):

Triggers a search again with the currently selected inputs

def clear(self):

Clears the result list

def disable_search_entry(self):

Disables the search entry

def set_summary_label(self, column, label='Total:', format='%s'):
def get_columns(self):

This needs to be implemented in a subclass

Returnscolumns (type: list of kiwi.ui.objectlist.Column)
API Documentation for Kiwi, generated by pydoctor at 2022-01-28 06:05:37.