Part of elisa.plugins.poblesec.login_settings_controller View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
284 | Method | initialize | Initialize the component. |
300 | Method | _on_validate | Undocumented |
Inherited from LoginSettingsController:
Line # | Kind | Name | Docs |
---|---|---|---|
69 | Method | set_frontend | Set the frontend for the controller. |
165 | Method | clean | Clean the component. |
206 | Method | handle_input | Undocumented |
173 | Method | _on_focus | Undocumented |
177 | Method | _on_entry_focus | Undocumented |
180 | Method | _entrybar_clicked_cb | Undocumented |
183 | Method | _switch_clicked_cb | Undocumented |
186 | Method | _switch_keyboard | Undocumented |
193 | Method | _key_pressed_cb | Undocumented |
197 | Method | _special_key_pressed_cb | Undocumented |
Inherited from PigmentController (via LoginSettingsController):
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 LoginSettingsController, PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |