Part of kiwi.ui.search View In Hierarchy
| Class | Type | Undocumented | 
| Method | __init__ | Create a new DateSearchFilter object. | 
| Method | get_state | Implement this in a subclass | 
| Method | clear_options | Removes all previously added options | 
| Method | add_option | Adds a date option | 
| Method | add_option_fixed | Adds a fixed option, eg one for which date is not | 
| Method | add_option_fixed_interval | Adds a fixed option interval, eg one for which the dates are not | 
| Method | get_start_date | Get the start date. | 
| Method | get_end_date | Get the end date. | 
| Method | set_use_date_entries | Toggles the visibility of the user selectable date entries | 
| Method | select | selects an item in the combo | 
| Method | _update_dates | Undocumented | 
| Method | _update_sensitivity | Undocumented | 
| Method | _internal_set_start_date | Undocumented | 
| Method | _internal_set_end_date | Undocumented | 
| Method | _on_mode__content_changed | Undocumented | 
| Method | _on_start_date__changed | Undocumented | 
| Method | _on_end_date__changed | Undocumented | 
Inherited from SearchFilter:
| Method | do_set_property | Undocumented | 
| Method | do_get_property | Undocumented | 
| Method | set_label | Undocumented | 
| Parameters | label | name of the search filter | 
| Parameters | option_type | option to add
 (type: a DateSearchOptionsubclass
) | 
| Parameters | name | name of the option | 
| date | fixed data | |
| position | position to add the option at | 
| Parameters | name | name of the option | 
| start | start of the fixed interval | |
| end | end of the fixed interval | |
| position | position to add the option at | 
| Parameters | use_date_entries |