Package com.hybris.cockpitng.admin
Interface WidgetGroupingService
-
- All Known Implementing Classes:
DefaultWidgetGroupingService
public interface WidgetGroupingServiceService for grouping and ungrouping widgets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgroupWidget(Widgetslot widgetslot)Creates a composed widget out of the widget attached to the specified widgetslot.voidungroupWidget(Widgetslot widgetslot)Replaces the composed widget attached to the specifed widgetslot with it's decompiled widget tree.
-
-
-
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
-
-