Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPanel
-
Packages that use AbstractPanel Package Description com.hybris.cockpitng.core.config.impl.jaxb.editorarea com.hybris.cockpitng.widgets.editorarea.renderer.impl -
-
Uses of AbstractPanel in com.hybris.cockpitng.core.config.impl.jaxb.editorarea
Subclasses of AbstractPanel in com.hybris.cockpitng.core.config.impl.jaxb.editorarea Modifier and Type Class Description classCustomPanelJava class for customPanel complex type.classPanelJava class for panel complex type. -
Uses of AbstractPanel in com.hybris.cockpitng.widgets.editorarea.renderer.impl
Methods in com.hybris.cockpitng.widgets.editorarea.renderer.impl that return types with arguments of type AbstractPanel Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractPanel,java.lang.Object>DefaultEditorAreaSectionRenderer. getEditorAreaPanelRenderer()Methods in com.hybris.cockpitng.widgets.editorarea.renderer.impl with parameters of type AbstractPanel Modifier and Type Method Description voidDefaultEditorAreaPanelRenderer. render(org.zkoss.zk.ui.Component component, AbstractPanel abstractPanelConfiguration, java.lang.Object object, DataType dataType, WidgetInstanceManager widgetInstanceManager)Method parameters in com.hybris.cockpitng.widgets.editorarea.renderer.impl with type arguments of type AbstractPanel Modifier and Type Method Description voidDefaultEditorAreaSectionRenderer. setEditorAreaPanelRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractPanel,java.lang.Object> editorAreaPanelRenderer)
-