a query executer (kiwi.db.query.QueryExecuter)
Additionally you can add a number of search filters to the SearchContainer. You can chose if you want to add the filter in the top-left corner of bottom, see SearchFilterPositionFunction | __init__ | Create a new SearchContainer object.
|
Function | do_set_property | Undocumented |
Function | do_get_property | Undocumented |
Function | do_set_child_property | Undocumented |
Function | do_get_child_property | Undocumented |
Function | add_filter | Adds a search filter
|
Function | set_filter_position | Set the the filter position.
|
Function | get_filter_position | Get filter by position.
|
Function | set_query_executer | Ties a QueryExecuter instance to the SearchContainer class
|
Function | get_query_executer | Fetchs the QueryExecuter for the SearchContainer
|
Function | get_primary_filter | Fetches the primary filter for the SearchContainer.
|
Function | search | Starts a search.
|
Function | set_auto_search | Enables/Disables auto search which means that the search result box
|
Function | set_text_field_columns | Undocumented |
Function | disable_search_entry | Disables the search entry
|
Function | set_summary_label | Adds a summary label to the result set
|
Function | _on_search_button__clicked | Undocumented |
Function | _on_search_entry__activate | Undocumented |
Function | _on_search_filter__changed | Undocumented |
Function | _create_ui | Undocumented |