Screen

This component models a full application screen with title, header, navbar, tool windows, main content, and optional modals.

Constructors

Screen

Screen creates a new TScreen with the given title.


Methods

MethodDescription
Content(content TContent)Content sets the main content area of the screen.
Header(header THeader)Header sets the header section of the screen.
LeadingToolWindows(leading ...)LeadingToolWindows sets the leading-side tool windows of the screen.
Modals(modals ...)Modals sets the modal dialogs of the screen.
Navbar(navbar TNavbar)Navbar sets the navigation bar of the screen.
TrailingToolWindow(tailing TVToolWindow)TrailingToolWindow sets the trailing-side tool window of the screen.

Related