No class docstring
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
def __init__(self, columns):
Create a new SearchSlaveDelegate object.
@ivar results: the results list of the container
@ivar search: the L{SearchContainer}
def add_filter(self, search_filter, position=SearchFilterPosition.BOTTOM, columns=None, callback=None):
See L{SearchSlaveDelegate.add_filter}
def set_query_executer(self, querty_executer):
See L{SearchSlaveDelegate.set_query_executer}
def set_text_field_columns(self, columns):
See L{SearchSlaveDelegate.set_text_field_columns}
def get_primary_filter(self):
Fetches the primary filter of the SearchSlaveDelegate
@returns: primary 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'):
See L{SearchContainer.set_summary_label}
def get_columns(self):
This needs to be implemented in a subclass
@returns: columns
@rtype: list of L{kiwi.ui.objectlist.Column}
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.