Function | __init__ | Create a new SearchSlaveDelegate object. |
Function | add_filter | |
Function | set_query_executer | |
Function | set_text_field_columns | |
Function | get_primary_filter | Fetches the primary filter of the SearchSlaveDelegate |
Function | focus_search_entry | Grabs the focus of the search entry |
Function | refresh | Triggers a search again with the currently selected inputs |
Function | clear | Clears the result list |
Function | disable_search_entry | Disables the search entry |
Function | set_summary_label | |
Function | get_columns | This needs to be implemented in a subclass |
Create a new SearchSlaveDelegate object.
Fetches the primary filter of the SearchSlaveDelegate
Grabs the focus of the search entry
Triggers a search again with the currently selected inputs
Clears the result list
Disables the search entry
This needs to be implemented in a subclass