fbx.ui.page moduleΒΆ
Pages are different screens of the application. Stack allows user to show successive Pages to the user.
Each time the user enters a new page, an animation is provided, creating relevant visual feedback helping understand user motion through the application.
Pages are instances of fbx.ui.page.Page
components.
Pages are visually presented to the user by various views:
fbx.ui.page.Stack
shows only one page at a time with an implied hierarchy,fbx.ui.page.Tabs
shows only one page at a time all at the same visual level, with a tabbed controller:fbx.ui.page.TabList
,fbx.ui.page.Explorer
andfbx.ui.page.DetailedStack
shows pages with a companion view on right side,fbx.ui.page.Breadcrumb
shows titles of the pages in a Stack, DetailedStack or an Explorer.fbx.ui.page.StreamLine
walks through a set of pages, in order.