Class AbstracttSectionSelectorSectionListRenderer
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.renderer.AbstracttSectionSelectorSectionListRenderer
- All Implemented Interfaces:
org.zkoss.zul.ListitemRenderer
- Direct Known Subclasses:
AbstractDrillableSelectorSectionListRenderer,CatalogVersionSectionSelectorSectionRenderer.CatalogVersionSelectorListRenderer
public abstract class AbstracttSectionSelectorSectionListRenderer
extends Object
implements org.zkoss.zul.ListitemRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateContextMenu(org.zkoss.zk.ui.api.HtmlBasedComponent parent, TypedObject value) protected org.zkoss.zk.ui.ComponentDeprecated.since 6.3protected abstract Stringprotected abstract Stringprotected DefaultSectionSelectorSectionprotected org.zkoss.zk.ui.ComponentloadCaptionComponent(org.zkoss.zk.ui.api.HtmlBasedComponent parent, TypedObject currentTypedObjectValue) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zkoss.zul.ListitemRenderer
render
-
Field Details
-
ON_DEMAND_ATTR
- See Also:
-
COCKPIT_ID_NAVIGATION_AREA_PREFIX
- See Also:
-
-
Constructor Details
-
AbstracttSectionSelectorSectionListRenderer
public AbstracttSectionSelectorSectionListRenderer()
-
-
Method Details
-
getSectionRenderer
-
getListitemSclass
-
getListcellSclass
-
getCaptionComponent
Deprecated.since 6.3- Returns:
- caption component
-
loadCaptionComponent
protected org.zkoss.zk.ui.Component loadCaptionComponent(org.zkoss.zk.ui.api.HtmlBasedComponent parent, TypedObject currentTypedObjectValue) -
getSection
-
render
- Throws:
Exception
-
createContextMenu
-