Package com.hybris.cockpitng.engine
Interface SymbolicModeRenderer
-
- All Known Implementing Classes:
DefaultSymbolicModeRenderer,JsPlumbSymbolicModeRenderer
public interface SymbolicModeRendererRenderer for the symbolic admin mode, used byAdminmodeWidgetEngine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(Widgetslot widgetslot, AdminmodeWidgetEngine engine)Renders the content of a widgetslot, according to the currently assigned widget.
-
-
-
Method Detail
-
render
void render(Widgetslot widgetslot, AdminmodeWidgetEngine engine)
Renders the content of a widgetslot, according to the currently assigned widget.- Parameters:
widgetslot- The widgetslot to render.engine- The calling AdminmodeWidgetEngine instance.
-
-