Interface LayoutUpdater


  • public interface LayoutUpdater
    LayoutUpdater can be used to update the UI state for given layouts.
    Since:
    9.10.8
    • Field Detail

      • INSTANCE

        static final LayoutUpdater INSTANCE
        The singleton instance of this service.
    • Method Detail

      • update

        void update​(Layout layout,
                    List<Split> newSplits)
        Updates the given layout in place by replacing its contents with the new splits. The name of the layout cannot be changed.
        Parameters:
        layout - the layout to be updated
        newSplits - the new splits
        Since:
        9.10.8