Class FlowConfiguration

java.lang.Object
formflow.library.config.FlowConfiguration

public class FlowConfiguration extends Object
Represents the configuration for a certain flow.
  • Constructor Details

    • FlowConfiguration

      public FlowConfiguration()
  • Method Details

    • getScreenNavigation

      public ScreenNavigationConfiguration getScreenNavigation(String screenName)
      Returns the screen navigation for a particular screen.
      Parameters:
      screenName - name of the screen to get the flow for, not null
      Returns:
      the navigation configuration for the particular screen