Uses of Class
com.hybris.cockpitng.config.quicklist.jaxb.QuickList
-
-
Uses of QuickList in com.hybris.backoffice.widgets.quicklist
Methods in com.hybris.backoffice.widgets.quicklist that return QuickList Modifier and Type Method Description protected QuickListQuickListController. loadConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.protected QuickListQuickListController. loadConfiguration(java.lang.String type)protected QuickListQuickListController. retrieveQuickListConfiguration(java.util.Map<java.lang.String,QuickList> quickListConfigurations, java.lang.String dataType)Methods in com.hybris.backoffice.widgets.quicklist that return types with arguments of type QuickList Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.HtmlBasedComponent,QuickList,java.lang.Object>QuickListController. createItemRenderer()protected NotifyingWidgetComponentRendererFactory<org.zkoss.zk.ui.HtmlBasedComponent,QuickList,java.lang.Object>QuickListController. getRendererFactory()protected WidgetComponentRendererFactory<org.zkoss.zk.ui.HtmlBasedComponent,QuickList,java.lang.Object>QuickListController. getWidgetComponentRendererFactory()Deprecated, for removal: This API element is subject to removal in a future version.since 6.5Method parameters in com.hybris.backoffice.widgets.quicklist with type arguments of type QuickList Modifier and Type Method Description protected QuickListQuickListController. retrieveQuickListConfiguration(java.util.Map<java.lang.String,QuickList> quickListConfigurations, java.lang.String dataType)protected voidQuickListController. setRendererFactory(NotifyingWidgetComponentRendererFactory<org.zkoss.zk.ui.HtmlBasedComponent,QuickList,java.lang.Object> notifyingWidgetComponentRenderer)protected voidQuickListController. setWidgetComponentRendererFactory(WidgetComponentRendererFactory<org.zkoss.zk.ui.HtmlBasedComponent,QuickList,java.lang.Object> widgetComponentRendererFactory)Deprecated, for removal: This API element is subject to removal in a future version.since 6.5 -
Uses of QuickList in com.hybris.backoffice.widgets.quicklist.renderer
Methods in com.hybris.backoffice.widgets.quicklist.renderer with parameters of type QuickList Modifier and Type Method Description protected voidDefaultQuickListItemRenderer. appendDescriptionLabels(java.lang.Object element, org.zkoss.zk.ui.HtmlBasedComponent parent, QuickList configuration, DataType dataType)protected voidDefaultQuickListItemRenderer. appendLabel(java.lang.Object object, org.zkoss.zk.ui.HtmlBasedComponent tile, QuickList configuration)protected voidDefaultQuickListItemRenderer. appendRemoveButton(java.lang.Object object, org.zkoss.zk.ui.HtmlBasedComponent parent, QuickList configuration)protected voidDefaultQuickListItemRenderer. appendThumbnailAndPopupPreview(java.lang.Object object, QuickList configuration, DataType dataType, org.zkoss.zk.ui.HtmlBasedComponent component, WidgetInstanceManager widgetInstanceManager)protected ObjectPreviewDefaultQuickListItemRenderer. getObjectPreview(QuickList configuration, java.lang.Object object, DataType dataType, WidgetInstanceManager widgetInstanceManager)voidDefaultQuickListItemRenderer. render(org.zkoss.zk.ui.HtmlBasedComponent parent, QuickList configuration, java.lang.Object element, DataType dataType, WidgetInstanceManager widgetInstanceManager) -
Uses of QuickList in com.hybris.cockpitng.config.quicklist
Methods in com.hybris.cockpitng.config.quicklist that return QuickList Modifier and Type Method Description QuickListDefaultQuickListConfigFallbackStrategy. loadFallbackConfiguration(ConfigContext context, java.lang.Class<QuickList> configurationType)Method parameters in com.hybris.cockpitng.config.quicklist with type arguments of type QuickList Modifier and Type Method Description QuickListDefaultQuickListConfigFallbackStrategy. loadFallbackConfiguration(ConfigContext context, java.lang.Class<QuickList> configurationType) -
Uses of QuickList in com.hybris.cockpitng.config.quicklist.jaxb
Methods in com.hybris.cockpitng.config.quicklist.jaxb that return QuickList Modifier and Type Method Description QuickListObjectFactory. createQuickList()Create an instance ofQuickList
-