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. |
325 | Method | handle_input | Undocumented |
Inherited from PigmentController:
Line # | Kind | Name | Docs |
---|---|---|---|
48 | Method | __init__ | Undocumented |
65 | Method | set_path | Set the path for the controller. |
81 | Method | has_focus | Undocumented |
84 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do
|
91 | 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
) |
Clean the component.
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
) |