Part of elisa.plugins.poblesec.configuration.base View In Hierarchy
Known subclasses: elisa.plugins.poblesec.configuration.list.ListScreen
This base class should be inherited and enriched to build more complex option screens.
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 66 | Method | initialize | Initialize the component. |
| 79 | Method | clean | Clean the component. |
| 84 | Method | title__get | Undocumented |
| 87 | Method | title__set | Undocumented |
| 92 | Method | summary__get | Undocumented |
| 95 | Method | summary__set | Undocumented |
| 72 | Method | _create_widget | Undocumented |
Inherited from OptionScreen:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 64 | Method | __init__ | Undocumented |
| 68 | Method | setup | Set up the screen (i.e. retrieve the current state of the configuration |
| 78 | Method | close | Close the configuration screen, and optionally save back the new state |
| 98 | Method | save | Save back the new state of the configuration. |
| 105 | Method | handle_input_ok | Default handling of the OK event. |
| 113 | Method | handle_input_cancel | Default handling of the Return event. |
| 121 | Method | go_back | In standalone mode, go up one level in the history of controllers. |
| 130 | Method | handle_input | Undocumented |
Inherited from PigmentController (via OptionScreen):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 59 | Method | set_frontend | Set the frontend for the controller. |
| 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 OptionScreen, 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
) | |
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
) | |