Class ConstraintsSectionRenderer
java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
de.hybris.platform.admincockpit.components.navigationarea.renderer.ConstraintsSectionRenderer
- All Implemented Interfaces:
SectionRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) voidsetConstraintService(ConstraintService constraintService) voidsetValidationService(ValidationService validationService) Methods inherited from class de.hybris.platform.cockpit.components.navigationarea.renderer.AbstractNavigationAreaSectionRenderer
createBrowserItemTooltip, createList, getSectionPanelModel, setNavigationArea
-
Constructor Details
-
ConstraintsSectionRenderer
public ConstraintsSectionRenderer()
-
-
Method Details
-
setValidationService
- Parameters:
validationService- the validationService to set
-
setConstraintService
- Parameters:
constraintService- the constraintService to set
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) - Specified by:
renderin interfaceSectionRenderer- Specified by:
renderin classAbstractNavigationAreaSectionRenderer
-