Class ContentElementLayoutController

  • All Implemented Interfaces:
    java.lang.Cloneable, LayoutController

    public class ContentElementLayoutController
    extends ElementLayoutController
    Creation-Date: 24.11.2006, 15:06:56
    Author:
    Thomas Morgner
    • Constructor Detail

      • ContentElementLayoutController

        public ContentElementLayoutController()
    • 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.