Class StaticTextLayoutController

    • Constructor Detail

      • StaticTextLayoutController

        public StaticTextLayoutController()
    • Method Detail

      • join

        public LayoutController join​(FlowController flowController)
        Joins with a delegated process flow. This is generally called from a child flow and should *not* (I mean it!) be called from outside. If you do, you'll suffer.
        Parameters:
        flowController - the flow controller of the parent.
        Returns:
        the joined layout controller that incorperates all changes from the delegate.
      • isAdvanceable

        public boolean isAdvanceable()
        Checks, whether the layout controller would be advanceable. If this method returns true, it is generally safe to call the 'advance()' method.
        Returns:
        true, if the layout controller is advanceable, false otherwise.