Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Section
-
-
Uses of Section in com.hybris.cockpitng.core.config.impl.jaxb.editorarea
Subclasses of Section in com.hybris.cockpitng.core.config.impl.jaxb.editorarea Modifier and Type Class Description classCustomSectionJava class for customSection complex type.classEssentialCustomSectionJava class for essentialCustomSection complex type.classEssentialSectionJava class for essentialSection complex type.Methods in com.hybris.cockpitng.core.config.impl.jaxb.editorarea that return Section Modifier and Type Method Description SectionObjectFactory. createSection()Create an instance ofSection -
Uses of Section in com.hybris.cockpitng.widgets.baseeditorarea
Methods in com.hybris.cockpitng.widgets.baseeditorarea with parameters of type Section Modifier and Type Method Description protected booleanDefaultEditorAreaValidationHandler. containsCustomProperty(Section section, java.lang.String property) -
Uses of Section in com.hybris.cockpitng.widgets.editorarea.renderer.impl
Methods in com.hybris.cockpitng.widgets.editorarea.renderer.impl that return types with arguments of type Section Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Section,java.lang.Object>DefaultEditorAreaSectionRenderer. createSectionRenderer()Method parameters in com.hybris.cockpitng.widgets.editorarea.renderer.impl with type arguments of type Section Modifier and Type Method Description protected voidDefaultEditorAreaSectionRenderer. renderAttributes(int noOfColumns, ProxyRenderer<org.zkoss.zk.ui.Component,Section,java.lang.Object> proxyRenderer, java.lang.String columnWidth, DataType genericType, WidgetInstanceManager widgetInstanceManger, java.lang.Object object)protected voidDefaultEditorAreaSectionRenderer. renderAttributes(java.util.List<? extends Positioned> attributeOrCustom, ProxyRenderer<org.zkoss.zk.ui.Component,Section,java.lang.Object> proxyRenderer, int noOfColumns, java.lang.String columnWidth, DataType genericType, WidgetInstanceManager widgetInstanceManager, java.lang.Object object)protected voidDefaultEditorAreaSectionRenderer. renderAttributesInPanels(int columns, ProxyRenderer<org.zkoss.zk.ui.Component,Section,java.lang.Object> proxyRenderer, java.util.List<Panel> panels, WidgetInstanceManager widgetInstanceManger, DataType dataType, java.lang.String columnWidth, java.lang.Object object) -
Uses of Section in com.hybris.cockpitng.widgets.editorarea.sections
Methods in com.hybris.cockpitng.widgets.editorarea.sections that return Section Modifier and Type Method Description protected SectionUnboundSectionRenderer. getUnboundSection(WidgetInstanceManager widgetInstanceManager)protected SectionUnboundSectionRenderer. prepareUnboundConfiguration(WidgetInstanceManager widgetInstanceManager, EditorArea config, DataType dataType)Methods in com.hybris.cockpitng.widgets.editorarea.sections with parameters of type Section Modifier and Type Method Description protected java.util.Collection<java.lang.String>UnboundSectionRenderer. getRenderedQualifiers(Section section)
-