Part of elisa.plugins.poblesec.search_controller View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
90 | Method | initialize | Initialize the controller. |
103 | Method | set_frontend | Set the frontend for the controller. |
210 | Method | clean | Clean the component. |
361 | Method | handle_input | Undocumented |
249 | Method | _on_focus | Undocumented |
256 | Method | _result_clicked_cb | Undocumented |
259 | Method | _on_result_focus | Undocumented |
266 | Method | _on_entry_focus | Undocumented |
272 | Method | _entrybar_clicked_cb | Undocumented |
276 | Method | _button_clicked_cb | Undocumented |
280 | Method | _on_button_focus | Undocumented |
286 | Method | _switch_clicked_cb | Undocumented |
289 | Method | _switch_keyboard | Undocumented |
296 | Method | _key_pressed_cb | Undocumented |
300 | Method | _special_key_pressed_cb | Undocumented |
307 | Method | _search | Undocumented |
353 | Method | _live_search_cb | Undocumented |
Inherited from PigmentController:
Line # | Kind | Name | Docs |
---|---|---|---|
50 | Method | __init__ | Undocumented |
68 | Method | set_path | Set the path for the controller. |
83 | Method | has_focus | Undocumented |
86 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do |
93 | Method | removed | Called after widget is
removed from the canvas. |
Inherited from Component (via PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Parameters | mediatype | the type of media searched
(type: str
) |
Parameters | frontend | frontend
(type: elisa.core.components.frontend.Frontend
) |
This method is called when a component is not needed anymore to clean its state.
Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |