Class TasksTUI.Views
java.lang.Object
com.guinetik.hexafun.examples.tasks.tui.TasksTUI.Views
- Enclosing class:
- TasksTUI
Pure view functions using the shared
View interface.
Each transforms State → String with no side effects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic View<TasksTUI.State>clear()static View<TasksTUI.State>header()static View<TasksTUI.State>kanban()static View<TasksTUI.State>menu()static View<TasksTUI.State>prompt()static View<TasksTUI.State>screen()The complete screen - composed from all viewsstatic View<TasksTUI.State>stats()static View<TasksTUI.State>status()static View<TasksTUI.State>tasks()
-
Constructor Details
-
Views
public Views()
-
-
Method Details
-
screen
The complete screen - composed from all views -
clear
-
header
-
stats
-
tasks
-
kanban
-
status
-
prompt
-