class InputPage(AssistantPage): (source)
| Method | __init__ |
Constructor @param assistant: the Assistant dialog |
| Method | init_uistate |
No summary |
| Method | save_uistate |
This method is called before leaving the page. It should be used to update uitstate based on in put widgets. |
| Class Variable | title |
Undocumented |
Inherited from AssistantPage:
| Method | add_form |
Convenience method to construct a form with input widgets and add them to the dialog. See InputForm.add_inputs() for details. |
| Method | check_input_valid |
Check overall valid stat of the page. Called if the valid state if the form is changed. And should be called for any other custom widgets in the page. |
| Method | get_input_valid |
Get valid state for the page @returns: True if all input is valid |
| Class Variable | __gsignals__ |
Undocumented |
| Instance Variable | assistant |
the dialog this page belongs to |
| Instance Variable | form |
an InputForm when add_form() was used |
| Instance Variable | uistate |
dict shared between all pages in the same dialog, use this to set values giving the interface state. |
| Instance Variable | _input_valid |
Undocumented |
zim.gui.widgets.AssistantPage.__init__| Parameters | |
| assistant | the Assistant dialog |
| page | Undocumented |
| Unknown Field: implementation | |
| must be implementated by all subclasseses |