Uses of Class
com.hybris.cockpitng.config.summaryview.jaxb.AbstractSection
-
Packages that use AbstractSection Package Description com.hybris.cockpitng.config.summaryview.jaxb com.hybris.cockpitng.widgets.summaryview com.hybris.cockpitng.widgets.summaryview.renderer -
-
Uses of AbstractSection in com.hybris.cockpitng.config.summaryview.jaxb
Subclasses of AbstractSection in com.hybris.cockpitng.config.summaryview.jaxb Modifier and Type Class Description classCustomSectionJava class for customSection complex type.classSectionJava class for section complex type. -
Uses of AbstractSection in com.hybris.cockpitng.widgets.summaryview
Methods in com.hybris.cockpitng.widgets.summaryview that return types with arguments of type AbstractSection Modifier and Type Method Description protected WidgetComponentRendererListener<org.zkoss.zk.ui.Component,AbstractSection,java.lang.Object>SummaryViewController. createActionsRendererListener()protected NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractSection,java.lang.Object>SummaryViewController. getSectionRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractSection,java.lang.Object>SummaryViewController. getSummaryViewSectionRenderer()Deprecated, for removal: This API element is subject to removal in a future version.since 6.5 -
Uses of AbstractSection in com.hybris.cockpitng.widgets.summaryview.renderer
Methods in com.hybris.cockpitng.widgets.summaryview.renderer with parameters of type AbstractSection Modifier and Type Method Description protected org.zkoss.zul.GroupboxDefaultSummaryViewSectionRenderer. createSectionContainer(org.zkoss.zk.ui.Component parent, AbstractSection sectionConfiguration, java.lang.Object data)protected org.zkoss.zul.CaptionDefaultSummaryViewSectionRenderer. createSectionContainerCaption(AbstractSection sectionConfiguration)voidDefaultSummaryViewSectionRenderer. render(org.zkoss.zk.ui.Component parent, AbstractSection sectionConfiguration, java.lang.Object data, DataType dataType, WidgetInstanceManager widgetInstanceManager)
-