A search container is a widget which consists of:
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 SearchFilterPosition
Function | __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 |
Create a new SearchContainer object.
Adds a search filter
Set the the filter position.
Get filter by position.
Ties a QueryExecuter instance to the SearchContainer class
Fetchs the QueryExecuter for the SearchContainer
Fetches the primary filter for the SearchContainer. The primary filter is the filter attached to the standard entry normally used to do free text searching
Starts a search. Fetches the states of all filters and send it to a query executer and finally puts the result in the result class
Enables/Disables auto search which means that the search result box is automatically populated when a filter changes
Disables the search entry
Adds a summary label to the result set