polychron.views.ModelCreateView
Module
ModelCreateView
Bases: FrameView
Passive view for model creation
__init__
__init__(parent: Frame) -> None
Construct the view, without binding any callbacks
bind_submit_button
bind_submit_button(callback: Callable[[], Any]) -> None
Bind the callback for when the submit_button is pressed
bind_back_button
bind_back_button(callback: Callable[[], Any]) -> None
Bind the callback for when the back button is pressed
get_name
get_name() -> str
Get the model name provided by the user
set_project_name
set_project_name(project_name: str) -> None
Update the label to include the project name