Part of elisa.plugins.poblesec.configuration.finished View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
40 | Method | setup | Set up the screen (i.e. retrieve the current state of the configuration |
53 | Method | save | Save back the new state of the configuration. |
Inherited from ListScreen:
Line # | Kind | Name | Docs |
---|---|---|---|
65 | Method | initialize | Initialize the component. |
72 | Method | list_renderer | Default renderer for the item widgets in the list. |
86 | Method | set_model | Set the model of the list of choices. |
104 | Method | set_frontend | Set the frontend for the controller. |
108 | Method | clean | Clean the component. |
124 | Method | choose_option | Select a given option. This is the default behaviour: it saves the |
147 | Method | handle_input | Undocumented |
95 | Method | _create_list | Undocumented |
115 | Method | _on_focus | Undocumented |
119 | Method | _option_clicked | Undocumented |
134 | Method | _create_selector | Undocumented |
Inherited from BaseScreen (via ListScreen):
Line # | Kind | Name | Docs |
---|---|---|---|
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 (via ListScreen, BaseScreen):
Line # | Kind | Name | Docs |
---|---|---|---|
64 | Method | __init__ | Undocumented |
78 | Method | close | Close the configuration screen, and optionally save back the new state |
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. |
Inherited from PigmentController (via ListScreen, BaseScreen, OptionScreen):
Line # | Kind | Name | Docs |
---|---|---|---|
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 ListScreen, BaseScreen, OptionScreen, PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Returns | a deferred fired when the set up is complete
(type: elisa.core.utils.defer.Deferred
) |