Package com.hybris.cockpitng.engine.impl
Class JsPlumbSymbolicModeRenderer
- java.lang.Object
-
- com.hybris.cockpitng.engine.impl.DefaultSymbolicModeRenderer
-
- com.hybris.cockpitng.engine.impl.JsPlumbSymbolicModeRenderer
-
- All Implemented Interfaces:
SymbolicModeRenderer
public class JsPlumbSymbolicModeRenderer extends DefaultSymbolicModeRenderer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_JSPLUMB_DISABLED-
Fields inherited from class com.hybris.cockpitng.engine.impl.DefaultSymbolicModeRenderer
CNG_CHILD_WIDGET_SYMBOLIC, CNG_PLACEHOLDER_CONTENT, STUB_CNT_VISIBILITY_PARAM, STUB_CONTAINER, TREE_STRUCTURE_BAR_DIV_CLASS, WIDGET_PLACEHOLDER, WIDGET_PLACEHOLDER_STUB_CLASS, WIDGET_PLACEHOLDER_WIDGET_TEMPLATE_CLASS
-
-
Constructor Summary
Constructors Constructor Description JsPlumbSymbolicModeRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CockpitPropertiesgetCockpitProperties()java.lang.BooleanisJsPlumbEnabled()voidrender(Widgetslot widgetslot, AdminmodeWidgetEngine engine)Renders the content of a widgetslot, according to the currently assigned widget.protected voidrenderOutputConnectionBars(org.zkoss.zk.ui.Component parent, Widget currentWidget, AdminmodeWidgetEngine engine)voidsetCockpitProperties(CockpitProperties cockpitProperties)-
Methods inherited from class com.hybris.cockpitng.engine.impl.DefaultSymbolicModeRenderer
createWidgetStubContainer, getCockpitSessionService, getWidgetDefinition, getWidgetDefinition, getWidgetDefinitionService, getWidgetWizardCreationDelegate, lookupMainSlotId, openChooseSlotIdForChildWizard, openChooseSlotIdForChildWizard, setCockpitSessionService, setWidgetDefinitionService, setWidgetUtils, setWidgetWizardCreationDelegate
-
-
-
-
Field Detail
-
PROPERTY_JSPLUMB_DISABLED
public static final java.lang.String PROPERTY_JSPLUMB_DISABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
render
public void render(Widgetslot widgetslot, AdminmodeWidgetEngine engine)
Description copied from interface:SymbolicModeRendererRenders the content of a widgetslot, according to the currently assigned widget.- Specified by:
renderin interfaceSymbolicModeRenderer- Overrides:
renderin classDefaultSymbolicModeRenderer- Parameters:
widgetslot- The widgetslot to render.engine- The calling AdminmodeWidgetEngine instance.
-
renderOutputConnectionBars
protected void renderOutputConnectionBars(org.zkoss.zk.ui.Component parent, Widget currentWidget, AdminmodeWidgetEngine engine)- Overrides:
renderOutputConnectionBarsin classDefaultSymbolicModeRenderer
-
isJsPlumbEnabled
public java.lang.Boolean isJsPlumbEnabled()
-
getCockpitProperties
protected CockpitProperties getCockpitProperties()
-
setCockpitProperties
public void setCockpitProperties(CockpitProperties cockpitProperties)
-
-