Package-level declarations
Types
A FooterSection with a button whose purpose is usually to navigate to the following step.
FlowCoordinator is responsible for coordinating the navigation_profile inside a Flow. It will step back and forth in Flow and dequeue the current Step. The current StepFragment is passed to the fragmentManager so the Step is in control of that fragment.
Class that contains all the creation/initialization methods for the FlowCoordinator
Informs its clients about progress of FlowCoordinator in Flow
Class used to identify the possible flows for Navigation Events
Class used to handle Navigation Events
Class containing the data to be displayed on each Screen Step
Base controller that controls the fragment of a Step. It is a controller in the context of the MVC architectural pattern. This controller is responsible for populating the fragment with the sections HeaderSection, ContentSection and FooterSection.
Displays the title headline, if any, of a Step.
Class containing Toolbar data from the Step