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.Stackshows only one page at a time with an implied hierarchy,fbx.ui.page.Tabsshows only one page at a time all at the same visual level, with a tabbed controller:fbx.ui.page.TabList,fbx.ui.page.Explorerandfbx.ui.page.DetailedStackshows pages with a companion view on right side,fbx.ui.page.Breadcrumbshows titles of the pages in a Stack, DetailedStack or an Explorer.fbx.ui.page.StreamLinewalks through a set of pages, in order.