Uses of Interface
com.hybris.cockpitng.widgets.compare.adapter.converters.CompareViewConverter
-
Packages that use CompareViewConverter Package Description com.hybris.cockpitng.widgets.compare.adapter com.hybris.cockpitng.widgets.compare.adapter.converters -
-
Uses of CompareViewConverter in com.hybris.cockpitng.widgets.compare.adapter
Methods in com.hybris.cockpitng.widgets.compare.adapter with parameters of type CompareViewConverter Modifier and Type Method Description voidDefaultCompareViewConfigAdapter. setEssentialsToSectionConverter(CompareViewConverter<Essentials,Section> essentialsToSectionConverter)voidDefaultCompareViewConfigAdapter. setGridViewToHeaderConverter(CompareViewConverter<GridView,Header> gridViewToHeaderConverter)voidDefaultCompareViewConfigAdapter. setTabToSectionConverter(CompareViewConverter<AbstractTab,Section> tabToSectionConverter) -
Uses of CompareViewConverter in com.hybris.cockpitng.widgets.compare.adapter.converters
Classes in com.hybris.cockpitng.widgets.compare.adapter.converters that implement CompareViewConverter Modifier and Type Class Description classDefaultAttributeToAttributeConverterclassDefaultEssentialsToSectionConverterclassDefaultGridViewToHeaderConverterclassDefaultTabToSectionConverterMethods in com.hybris.cockpitng.widgets.compare.adapter.converters that return CompareViewConverter Modifier and Type Method Description CompareViewConverter<Attribute,Attribute>DefaultEssentialsToSectionConverter. getAttributeToAttributeConverter()CompareViewConverter<Attribute,Attribute>DefaultTabToSectionConverter. getAttributeToAttributeConverter()Methods in com.hybris.cockpitng.widgets.compare.adapter.converters with parameters of type CompareViewConverter Modifier and Type Method Description voidDefaultEssentialsToSectionConverter. setAttributeToAttributeConverter(CompareViewConverter<Attribute,Attribute> attributeToAttributeConverter)voidDefaultTabToSectionConverter. setAttributeToAttributeConverter(CompareViewConverter<Attribute,Attribute> attributeToAttributeConverter)
-