Skip to content

polychron.presenters.ModelCreatePresenter Module

ModelCreatePresenter

Bases: FramePresenter[ModelCreateView, ProjectSelection]

update_view

update_view() -> None

Update the view with the current project name.

on_submit_button

on_submit_button() -> None

When the submit button is pressed, update the data model, validate and close the view or present an error

on_back_button

on_back_button() -> None

When the back button is pressed, return to the previous view

This behaves differently than polychron 0.1, by returning to the previous view rather than always new project creation