Interface WidgetGroupingService

  • All Known Implementing Classes:
    DefaultWidgetGroupingService

    public interface WidgetGroupingService
    Service for grouping and ungrouping widgets.
    • Method Detail

      • groupWidget

        void groupWidget​(Widgetslot widgetslot)
        Creates a composed widget out of the widget attached to the specified widgetslot. Also replaces the specified widget with the newly created composed widget.
        Parameters:
        widgetslot - to add a widget
      • ungroupWidget

        void ungroupWidget​(Widgetslot widgetslot)
        Replaces the composed widget attached to the specifed widgetslot with it's decompiled widget tree.
        Parameters:
        widgetslot - to add a widget