Class SpecialCollectionRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.components.navigationarea.renderer.SpecialCollectionRenderer
-
- All Implemented Interfaces:
CockpitEventAcceptor,org.zkoss.zul.ListitemRenderer
public class SpecialCollectionRenderer extends java.lang.Object implements org.zkoss.zul.ListitemRenderer, CockpitEventAcceptor
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOCKPITGROUP_UID
-
Constructor Summary
Constructors Constructor Description SpecialCollectionRenderer(BaseUICockpitNavigationArea navigationArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DragAndDropWrappergetDDWrapper()BaseUICockpitNavigationAreagetNavigationArea()voidonCockpitEvent(CockpitEvent event)voidrender(org.zkoss.zul.Listitem item, java.lang.Object data)voidsetNavigationArea(BaseUICockpitNavigationArea navigationArea)
-
-
-
Field Detail
-
COCKPITGROUP_UID
public static final java.lang.String COCKPITGROUP_UID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SpecialCollectionRenderer
public SpecialCollectionRenderer(BaseUICockpitNavigationArea navigationArea)
-
-
Method Detail
-
getDDWrapper
protected DragAndDropWrapper getDDWrapper()
-
render
public void render(org.zkoss.zul.Listitem item, java.lang.Object data) throws java.lang.Exception- Throws:
java.lang.Exception
-
setNavigationArea
public void setNavigationArea(BaseUICockpitNavigationArea navigationArea)
-
getNavigationArea
public BaseUICockpitNavigationArea getNavigationArea()
-
onCockpitEvent
public void onCockpitEvent(CockpitEvent event)
- Specified by:
onCockpitEventin interfaceCockpitEventAcceptor
-
-