Skip to content

polychron.views.ProjectCreateView Module

ProjectCreateView

Bases: FrameView

Passive view for project 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, or when the enter 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 user-provided name of the project