Uses of Class
com.hybris.cockpitng.config.summaryview.jaxb.Section
-
Packages that use Section Package Description com.hybris.cockpitng.config.summaryview com.hybris.cockpitng.config.summaryview.jaxb com.hybris.cockpitng.widgets.summaryview.renderer -
-
Uses of Section in com.hybris.cockpitng.config.summaryview
Methods in com.hybris.cockpitng.config.summaryview that return Section Modifier and Type Method Description protected SectionDefaultSummaryViewConfigurationFallbackStrategy. createEssentialSection(ConfigContext context)Methods in com.hybris.cockpitng.config.summaryview with parameters of type Section Modifier and Type Method Description protected voidDefaultSummaryViewConfigurationFallbackStrategy. addMandatoryAttributesToSection(ConfigContext context, Section section) -
Uses of Section in com.hybris.cockpitng.config.summaryview.jaxb
Subclasses of Section in com.hybris.cockpitng.config.summaryview.jaxb Modifier and Type Class Description classCustomSectionJava class for customSection complex type.Fields in com.hybris.cockpitng.config.summaryview.jaxb with type parameters of type Section Modifier and Type Field Description protected java.util.List<Section>SummaryView. customSectionOrSectionMethods in com.hybris.cockpitng.config.summaryview.jaxb that return Section Modifier and Type Method Description SectionObjectFactory. createSection()Create an instance ofSectionMethods in com.hybris.cockpitng.config.summaryview.jaxb that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>SummaryView. getCustomSectionOrSection()Gets the value of the customSectionOrSection property. -
Uses of Section in com.hybris.cockpitng.widgets.summaryview.renderer
Methods in com.hybris.cockpitng.widgets.summaryview.renderer with parameters of type Section Modifier and Type Method Description protected voidDefaultSummaryViewSectionRenderer. renderSectionContent(org.zkoss.zk.ui.Component parent, Section sectionConfiguration, java.lang.Object data, DataType dataType, WidgetInstanceManager widgetInstanceManager)
-