Uses of Class
com.hybris.cockpitng.config.compareview.jaxb.Section
-
-
Uses of Section in com.hybris.cockpitng.config.compareview.jaxb
Fields in com.hybris.cockpitng.config.compareview.jaxb with type parameters of type Section Modifier and Type Field Description protected java.util.List<Section>CompareView. sectionMethods in com.hybris.cockpitng.config.compareview.jaxb that return Section Modifier and Type Method Description SectionObjectFactory. createSection()Create an instance ofSectionMethods in com.hybris.cockpitng.config.compareview.jaxb that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>CompareView. getSection()Gets the value of the section property. -
Uses of Section in com.hybris.cockpitng.widgets.compare
Methods in com.hybris.cockpitng.widgets.compare with parameters of type Section Modifier and Type Method Description protected GroupDescriptorCompareViewController. groupDescriptorFromSection(Section section) -
Uses of Section in com.hybris.cockpitng.widgets.compare.adapter
Methods in com.hybris.cockpitng.widgets.compare.adapter that return Section Modifier and Type Method Description protected SectionDefaultCompareViewConfigAdapter. constructSectionFromEssentials(Essentials essentials)protected SectionDefaultCompareViewConfigAdapter. constructSectionFromTab(AbstractTab tab)Method parameters in com.hybris.cockpitng.widgets.compare.adapter with type arguments of type Section Modifier and Type Method Description voidDefaultCompareViewConfigAdapter. setEssentialsToSectionConverter(CompareViewConverter<Essentials,Section> essentialsToSectionConverter)voidDefaultCompareViewConfigAdapter. setTabToSectionConverter(CompareViewConverter<AbstractTab,Section> tabToSectionConverter) -
Uses of Section in com.hybris.cockpitng.widgets.compare.adapter.converters
Methods in com.hybris.cockpitng.widgets.compare.adapter.converters that return Section Modifier and Type Method Description SectionDefaultEssentialsToSectionConverter. convert(Essentials essentials)SectionDefaultTabToSectionConverter. convert(AbstractTab tab) -
Uses of Section in com.hybris.cockpitng.widgets.compare.model
Methods in com.hybris.cockpitng.widgets.compare.model that return Section Modifier and Type Method Description SectionLocalizedAttributeInfo. getSectionConfiguration()Constructors in com.hybris.cockpitng.widgets.compare.model with parameters of type Section Constructor Description LocalizedAttributeInfo(TableRowsGroup parentSection, TableRow sectionHeaderRow, TableRowsGroup localizedAttributeGroup, Section sectionConfiguration, Attribute attributeConfiguration) -
Uses of Section in com.hybris.cockpitng.widgets.compare.renderer
Methods in com.hybris.cockpitng.widgets.compare.renderer that return types with arguments of type Section Modifier and Type Method Description protected WidgetComponentRenderer<TableRowsGroup,Section,PartialRendererData<java.util.Collection>>DefaultCompareViewLayout. getSectionRenderer()protected WidgetComponentRenderer<TableRowsGroup,Section,PartialRendererData<java.util.Collection>>DefaultCompareViewLayout. getSectionRenderer(Section sectionConfig)Methods in com.hybris.cockpitng.widgets.compare.renderer with parameters of type Section Modifier and Type Method Description protected java.lang.StringDefaultCompareViewSectionRenderer. getConfiguredSectionIdentifier(Section configuration)protected java.lang.StringDefaultCompareViewSectionHeaderRenderer. getSectionName(Section configuration)protected WidgetComponentRenderer<TableRowsGroup,Section,PartialRendererData<java.util.Collection>>DefaultCompareViewLayout. getSectionRenderer(Section sectionConfig)protected java.lang.StringDefaultCompareViewSectionHeaderRenderer. getTooltipText(Section configuration)protected voidDefaultCompareViewSectionRenderer. handleLocalizedAttributeExpandStateChangeRequested(boolean newCollapsedState, TableRow row, Section configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewSectionRenderer. handleLocalizedAttributeExpandStateChangeRequested(TableRowsGroup group, TableRow currentLocaleRow, Section configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected booleanDefaultCompareViewSectionHeaderRenderer. isNotEqual(ComparisonResult result, Section configuration)protected booleanDefaultCompareViewSectionHeaderRenderer. isNotEqual(ComparisonResult result, Section section, java.lang.Object itemId)Checks if there is any difference in a group for reference objectprotected booleanDefaultCompareViewSectionRenderer. isSectionContentRendered(TableRowsGroup parent, Section configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewLayout. renderSection(org.zkoss.zk.ui.HtmlBasedComponent parent, TableRowsGroup sectionGroup, CompareView compareView, Section section, PartialRendererData<java.util.Collection> compareViewData, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewSectionRenderer. renderSection(TableRowsGroup parent, TableRow headerRow, Section configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)Method parameters in com.hybris.cockpitng.widgets.compare.renderer with type arguments of type Section Modifier and Type Method Description voidDefaultCompareViewLayout. setSectionRenderer(WidgetComponentRenderer<TableRowsGroup,Section,PartialRendererData<java.util.Collection>> sectionRenderer)
-