Uses of Interface
com.hybris.cockpitng.widgets.common.WidgetComponentRenderer
-
-
Uses of WidgetComponentRenderer in com.hybris.backoffice.attributechooser
Classes in com.hybris.backoffice.attributechooser that implement WidgetComponentRenderer Modifier and Type Class Description classAttributeChooserRendererRenders two lists: available attributes and chosen attributes. -
Uses of WidgetComponentRenderer in com.hybris.backoffice.widgets.fulltextsearch
Methods in com.hybris.backoffice.widgets.fulltextsearch that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zul.Popup,FulltextSearch,AdvancedSearchData>FullTextSearchController. getFieldQueryPopupRenderer()Methods in com.hybris.backoffice.widgets.fulltextsearch with parameters of type WidgetComponentRenderer Modifier and Type Method Description voidFullTextSearchController. setFieldQueryPopupRenderer(WidgetComponentRenderer<org.zkoss.zul.Popup,FulltextSearch,AdvancedSearchData> fieldQueryPopupRenderer) -
Uses of WidgetComponentRenderer in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl
Classes in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl that implement WidgetComponentRenderer Modifier and Type Class Description classDefaultFieldQueryFieldRendererclassDefaultFieldQueryPopupRendererMethods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,FulltextSearch,FieldQueryFilter>DefaultFieldQueryPopupRenderer. getFieldRenderer()Methods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl with parameters of type WidgetComponentRenderer Modifier and Type Method Description voidDefaultFieldQueryPopupRenderer. setFieldRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,FulltextSearch,FieldQueryFilter> fieldRenderer) -
Uses of WidgetComponentRenderer in com.hybris.backoffice.widgets.quicklist
Methods in com.hybris.backoffice.widgets.quicklist that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.HtmlBasedComponent,QuickList,java.lang.Object>QuickListController. createItemRenderer() -
Uses of WidgetComponentRenderer in com.hybris.backoffice.widgets.quicklist.renderer
Classes in com.hybris.backoffice.widgets.quicklist.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classDefaultQuickListItemRenderer -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.common.renderer
Classes in com.hybris.cockpitng.common.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classAbstractCustomMenuActionRenderer<PARENT extends org.zkoss.zk.ui.HtmlBasedComponent,CONFIG,DATA>So called "three dots renderer".Methods in com.hybris.cockpitng.common.renderer that return types with arguments of type WidgetComponentRenderer Modifier and Type Method Description protected java.util.List<WidgetComponentRenderer<org.zkoss.zul.Menupopup,CONFIG,DATA>>AbstractCustomMenuActionRenderer. getActionRenderers()Method parameters in com.hybris.cockpitng.common.renderer with type arguments of type WidgetComponentRenderer Modifier and Type Method Description voidAbstractCustomMenuActionRenderer. setActionRenderers(java.util.List<WidgetComponentRenderer<org.zkoss.zul.Menupopup,CONFIG,DATA>> actionRenderers) -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRendererDefaultCellRenderer. getListCellRenderer(ListColumn column) -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.baseeditorarea
Methods in com.hybris.cockpitng.widgets.baseeditorarea that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,EditorArea,java.lang.Object>DefaultEditorAreaController. getEditorAreaRenderer()Deprecated, for removal: This API element is subject to removal in a future version.since 6.5 -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common that return WidgetComponentRenderer Modifier and Type Method Description WidgetComponentRenderer<I,C,D>AbstractMoldStrategy. getRenderer()Returns the list view renderer based on the value of the "itemRenderer" widget setting.Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common with parameters of type WidgetComponentRenderer Modifier and Type Method Description protected voidAbstractMoldStrategy. initializeRenderer(WidgetComponentRenderer<I,C,D> renderer)Deprecated, for removal: This API element is subject to removal in a future version.since 6.5voidAbstractMoldStrategy. setRenderer(WidgetComponentRenderer<I,C,D> renderer)Deprecated, for removal: This API element is subject to removal in a future version.since 6.5 -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common.renderer
Classes in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classAbstractImageComponentRenderer<P extends org.zkoss.zk.ui.Component,C,D> -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.gridview.renderer
Classes in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.gridview.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classDefaultGridBoxRendererMethods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.gridview.renderer that return types with arguments of type WidgetComponentRenderer Modifier and Type Method Description protected java.util.List<WidgetComponentRenderer>DefaultGridBoxRenderer. getAdditionalRenderers(GridView configuration) -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview.renderer
Classes in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classCountingRendererclassDefaultListCellRendererclassDefaultListViewRendererRenders list entries usingLabelService.classDefaultPreviewListCellRendererclassPermissionManagementListCellRendererclassPermissionManagementListViewRendererMethods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview.renderer that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zul.Listcell,ListColumn,java.lang.Object>DefaultListViewRenderer. getColumnCellRenderer(ListColumn column, WidgetInstanceManager widgetInstanceManager, DataType dataType)protected WidgetComponentRenderer<org.zkoss.zul.Listcell,ListColumn,java.lang.Object>DefaultListViewRenderer. getDefaultCellRenderer()Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview.renderer with parameters of type WidgetComponentRenderer Modifier and Type Method Description voidDefaultListViewRenderer. setDefaultCellRenderer(WidgetComponentRenderer defaultCellRenderer) -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview
Fields in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview declared as WidgetComponentRenderer Modifier and Type Field Description protected WidgetComponentRenderer<org.zkoss.zul.Treeitem,java.lang.Void,TreeViewCollectionBrowserNode>TreeViewCollectionBrowserMoldStrategy. renderer -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview.renderer
Classes in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classDefaultTreeViewRendererRenders tree entries in two column form: preview and label.Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview.renderer that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zul.Treecell,java.lang.Void,TreeViewCollectionBrowserNode>DefaultTreeViewRenderer. createCellRenderer() -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.common
Subinterfaces of WidgetComponentRenderer in com.hybris.cockpitng.widgets.common Modifier and Type Interface Description interfaceNotifyingWidgetComponentRenderer<PARENT,CONFIG,DATA>API for renderers that could be used for rendering components within widgets extended with possibility to notify listeners about rendering progress.Classes in com.hybris.cockpitng.widgets.common that implement WidgetComponentRenderer Modifier and Type Class Description classAbstractImageBoxRenderer<I extends ImagePreview>classAbstractLazyRenderer<PARENT,CONFIG,DATA,LAZY_DATA>Abstract renderer which allows lazy and non-blocking ui renderingclassAbstractWidgetComponentRenderer<PARENT,CONFIG,DATA>classCompoundWidgetComponentRenderer<PARENT extends org.zkoss.zk.ui.Component,CONFIG,DATA>Renderer which allows to group renderersMethods in com.hybris.cockpitng.widgets.common that return WidgetComponentRenderer Modifier and Type Method Description WidgetComponentRendererDefaultWidgetComponentRendererFactory. createWidgetComponentRenderer(java.lang.String configuredRenderer)WidgetComponentRenderer<I,C,D>WidgetComponentRendererFactory. createWidgetComponentRenderer(java.lang.String configuredRenderer)protected WidgetComponentRendererAbstractImageBoxRenderer. getBean(java.lang.String renderer)Methods in com.hybris.cockpitng.widgets.common that return types with arguments of type WidgetComponentRenderer Modifier and Type Method Description protected abstract java.util.List<WidgetComponentRenderer>AbstractImageBoxRenderer. getAdditionalRenderers(I configuration)Methods in com.hybris.cockpitng.widgets.common with parameters of type WidgetComponentRenderer Modifier and Type Method Description <PP,CC,DD>
voidProxyRenderer. render(WidgetComponentRenderer<PP,CC,DD> renderer, PP parent, CC config, DD data, DataType dataType, WidgetInstanceManager wim)protected voidAbstractImageBoxRenderer. renderAdditionalComponent(org.zkoss.zk.ui.HtmlBasedComponent parent, WidgetComponentRenderer widgetComponentRenderer, I configuration, java.lang.Object element, DataType dataType, WidgetInstanceManager widgetInstanceManager)Method parameters in com.hybris.cockpitng.widgets.common with type arguments of type WidgetComponentRenderer Modifier and Type Method Description voidCompoundWidgetComponentRenderer. setRenderers(java.util.List<WidgetComponentRenderer> renderers)Constructors in com.hybris.cockpitng.widgets.common with parameters of type WidgetComponentRenderer Constructor Description WidgetComponentRendererEvent(org.zkoss.zk.ui.Component source, WidgetComponentRenderer<P,C,D> renderer)Deprecated, for removal: This API element is subject to removal in a future version.since 6.5 -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.compare.renderer
Subinterfaces of WidgetComponentRenderer in com.hybris.cockpitng.widgets.compare.renderer Modifier and Type Interface Description interfaceCompareViewLayoutClasses in com.hybris.cockpitng.widgets.compare.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classAbstractCompareViewElementRenderer<ATTRIBUTE,DATA extends PartialRendererData<java.util.Collection>>classAbstractCompareViewSectionHeaderRenderer<CONFIG>classAbstractCompareViewSectionRenderer<CONFIG,ELEMENT>classDefaultCompareViewAttributeRendererclassDefaultCompareViewBoxRendererclassDefaultCompareViewHeaderItemRendererclassDefaultCompareViewHeaderRendererclassDefaultCompareViewHeaderSummaryRendererclassDefaultCompareViewLayoutclassDefaultCompareViewSectionHeaderRendererclassDefaultCompareViewSectionRendererclassDefaultPinRendererclassDefaultRemoveItemRendererFields in com.hybris.cockpitng.widgets.compare.renderer declared as WidgetComponentRenderer Modifier and Type Field Description protected WidgetComponentRenderer<TableRow,ELEMENT,PartialRendererData<java.util.Collection>>AbstractCompareViewSectionRenderer. attributeRendererprotected WidgetComponentRenderer<TableRow,CONFIG,PartialRendererData<java.util.Collection>>AbstractCompareViewSectionRenderer. headerRendererMethods in com.hybris.cockpitng.widgets.compare.renderer that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<TableRow,ELEMENT,PartialRendererData<java.util.Collection>>AbstractCompareViewSectionRenderer. getAttributeRenderer()protected WidgetComponentRenderer<TableRow,ELEMENT,PartialRendererData<java.util.Collection>>AbstractCompareViewSectionRenderer. getAttributeRenderer(ELEMENT attributeConfig)protected WidgetComponentRenderer<TableRow,Attribute,PartialRendererData<java.util.Collection>>DefaultCompareViewSectionRenderer. getAttributeRenderer(Attribute attributeConfig)protected WidgetComponentRenderer<TableRow,CONFIG,PartialRendererData<java.util.Collection>>AbstractCompareViewSectionRenderer. getHeaderRenderer()protected WidgetComponentRenderer<TableRows,CompareView,PartialRendererData<java.util.Collection>>DefaultCompareViewLayout. getHeaderRenderer()protected WidgetComponentRenderer<TableCell,CompareView,PartialRendererData<java.lang.Object>>DefaultCompareViewHeaderRenderer. getItemRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.HtmlBasedComponent,Header,java.lang.Object>DefaultCompareViewBoxRenderer. getPinRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.HtmlBasedComponent,Header,java.lang.Object>DefaultCompareViewBoxRenderer. getRemoveItemRenderer()protected WidgetComponentRenderer<TableRowsGroup,Section,PartialRendererData<java.util.Collection>>DefaultCompareViewLayout. getSectionRenderer()protected WidgetComponentRenderer<TableRowsGroup,Section,PartialRendererData<java.util.Collection>>DefaultCompareViewLayout. getSectionRenderer(Section sectionConfig)protected WidgetComponentRenderer<TableCell,CompareView,PartialRendererData<java.util.Collection>>DefaultCompareViewHeaderRenderer. getSummaryCellRenderer()Methods in com.hybris.cockpitng.widgets.compare.renderer that return types with arguments of type WidgetComponentRenderer Modifier and Type Method Description protected java.util.List<WidgetComponentRenderer>DefaultCompareViewBoxRenderer. getAdditionalRenderers(Header configuration)Methods in com.hybris.cockpitng.widgets.compare.renderer with parameters of type WidgetComponentRenderer Modifier and Type Method Description voidAbstractCompareViewSectionRenderer. setAttributeRenderer(WidgetComponentRenderer<TableRow,ELEMENT,PartialRendererData<java.util.Collection>> attributeRenderer)voidAbstractCompareViewSectionRenderer. setHeaderRenderer(WidgetComponentRenderer<TableRow,CONFIG,PartialRendererData<java.util.Collection>> headerRenderer)voidDefaultCompareViewLayout. setHeaderRenderer(WidgetComponentRenderer<TableRows,CompareView,PartialRendererData<java.util.Collection>> headerRenderer)voidDefaultCompareViewHeaderRenderer. setItemRenderer(WidgetComponentRenderer<TableCell,CompareView,PartialRendererData<java.lang.Object>> itemRenderer)voidDefaultCompareViewBoxRenderer. setPinRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.HtmlBasedComponent,Header,java.lang.Object> pinRenderer)voidDefaultCompareViewBoxRenderer. setRemoveItemRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.HtmlBasedComponent,Header,java.lang.Object> removeItemRenderer)voidDefaultCompareViewLayout. setSectionRenderer(WidgetComponentRenderer<TableRowsGroup,Section,PartialRendererData<java.util.Collection>> sectionRenderer)voidDefaultCompareViewHeaderRenderer. setSummaryCellRenderer(WidgetComponentRenderer<TableCell,CompareView,PartialRendererData<java.util.Collection>> summaryCellRenderer) -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.configurableflow.renderer
Classes in com.hybris.cockpitng.widgets.configurableflow.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classDefaultCustomViewRendererclassDefaultValidatableCustomViewRenderer -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.editorarea.renderer.impl
Classes in com.hybris.cockpitng.widgets.editorarea.renderer.impl that implement WidgetComponentRenderer Modifier and Type Class Description classAbstractEditorAreaComponentRenderer<T,K>classAbstractEditorAreaPanelRenderer<K>classAbstractEditorAreaSectionRenderer<K>classAbstractEditorAreaTabRenderer<K>classDefaultEditorAreaPanelRendererDefault renderer for section panels.classDefaultEditorAreaRendererDefault renderer for editor area.classDefaultEditorAreaSectionRendererDefault renderer for editor area sections.classDefaultEditorAreaTabRendererMethods in com.hybris.cockpitng.widgets.editorarea.renderer.impl that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zul.Cell,Attribute,java.lang.Object>DefaultEditorAreaSectionRenderer. createAttributeEditorWithLabelRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,java.lang.Object>DefaultEditorAreaPanelRenderer. createAttributeRenderer()protected WidgetComponentRenderer<org.zkoss.zul.Cell,Attribute,java.lang.Object>DefaultEditorAreaSectionRenderer. createAttributeRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,CustomElement,java.lang.Object>DefaultEditorAreaPanelRenderer. createCustomHtmlRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,CustomSection,java.lang.Object>DefaultEditorAreaSectionRenderer. createCustomSectionRenderer(java.lang.String springBean, java.lang.String clazz)protected WidgetComponentRenderer<org.zkoss.zk.ui.HtmlBasedComponent,Attribute,java.lang.String>AbstractEditorAreaComponentRenderer. createNotReadableAttributeLabelRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Section,java.lang.Object>DefaultEditorAreaSectionRenderer. createSectionRenderer()protected WidgetComponentRenderer<org.zkoss.zul.Tabs,AbstractTab,java.lang.Object>DefaultEditorAreaRenderer. createTabRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractPanel,java.lang.Object>DefaultEditorAreaSectionRenderer. getEditorAreaPanelRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractSection,java.lang.Object>DefaultEditorAreaTabRenderer. getEditorAreaSectionRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractTab,java.lang.Object>DefaultEditorAreaRenderer. getEditorAreaTabRenderer()protected <C> WidgetComponentRenderer<org.zkoss.zk.ui.Component,C,java.lang.Object>AbstractEditorAreaComponentRenderer. resolveCustomComponentRenderer(java.lang.String springId, java.lang.String className, java.lang.Class<C> clazz)Returns instance ofWidgetComponentRendererbased on the beanID or class name.Methods in com.hybris.cockpitng.widgets.editorarea.renderer.impl with parameters of type WidgetComponentRenderer Modifier and Type Method Description voidDefaultEditorAreaSectionRenderer. setEditorAreaPanelRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractPanel,java.lang.Object> editorAreaPanelRenderer)voidDefaultEditorAreaTabRenderer. setEditorAreaSectionRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractSection,java.lang.Object> editorAreaSectionRenderer)voidDefaultEditorAreaRenderer. setEditorAreaTabRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractTab,java.lang.Object> editorAreaTabRenderer) -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.editorarea.sections
Classes in com.hybris.cockpitng.widgets.editorarea.sections that implement WidgetComponentRenderer Modifier and Type Class Description classUnboundSectionRenderer -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.summaryview
Methods in com.hybris.cockpitng.widgets.summaryview with type parameters of type WidgetComponentRenderer Modifier and Type Method Description static <R extends WidgetComponentRenderer>
RCustomRendererClassUtil. createRenderer(java.lang.String name, java.lang.Class<? extends R> rendererClass)Returns an instance ofWidgetComponentRendererrepresented by Spring bean name or a class name ornullif it couldn't be found.static <RENDERER extends WidgetComponentRenderer>
RENDERERCustomRendererClassUtil. createRenderer(java.lang.String beanName, java.lang.String className, java.lang.Class<? extends RENDERER> rendererClass)Returns an instance ofWidgetComponentRendererrepresented by Spring bean name or a class name ornullif it couldn't be found.Methods in com.hybris.cockpitng.widgets.summaryview that return WidgetComponentRenderer Modifier and Type Method Description static WidgetComponentRendererCustomRendererClassUtil. createRenderer(java.lang.String name)Returns an instance ofWidgetComponentRendererrepresented by Spring bean name or a class name ornullif it couldn't be found.static WidgetComponentRendererCustomRendererClassUtil. createRenderer(java.lang.String beanName, java.lang.String className)Returns an instance ofWidgetComponentRendererrepresented by Spring bean name or a class name ornullif it couldn't be found.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.5protected WidgetComponentRenderer<org.zkoss.zk.ui.HtmlBasedComponent,SummaryView,java.lang.Object>SummaryViewController. getSummaryViewThumbnailRenderer()Deprecated, for removal: This API element is subject to removal in a future version.since 6.5 -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.summaryview.renderer
Classes in com.hybris.cockpitng.widgets.summaryview.renderer that implement WidgetComponentRenderer Modifier and Type Class Description classAbstractSummaryViewItemWithIconRenderer<DATA>classDefaultSummaryViewAssetsRendererclassDefaultSummaryViewAttributeRendererclassDefaultSummaryViewSectionRendererclassDefaultSummaryViewThumbnailRendererMethods in com.hybris.cockpitng.widgets.summaryview.renderer that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Actions,java.lang.Object>DefaultSummaryViewSectionRenderer. createActionsRenderer()WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,java.lang.Object>DefaultSummaryViewSectionRenderer. createAttributeRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,java.lang.Object>DefaultSummaryViewSectionRenderer. createCustomAttributeRenderer(CustomAttribute customAttributeConfiguration)Methods in com.hybris.cockpitng.widgets.summaryview.renderer with parameters of type WidgetComponentRenderer Modifier and Type Method Description voidDefaultSummaryViewSectionRenderer. setDataQualityGroupRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,java.lang.Object> dataQualityGroupRenderer)voidDefaultSummaryViewSectionRenderer. setSummaryViewAttributeRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,java.lang.Object> summaryViewAttributeRenderer) -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.summaryview.renderer.dataquality
Classes in com.hybris.cockpitng.widgets.summaryview.renderer.dataquality that implement WidgetComponentRenderer Modifier and Type Class Description classDefaultDataQualityGroupRendererclassDefaultDataQualityPropertyRendererMethods in com.hybris.cockpitng.widgets.summaryview.renderer.dataquality that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,DataQualityProperty,java.lang.Object>DefaultDataQualityGroupRenderer. getDataQualityPropertyRenderer()Methods in com.hybris.cockpitng.widgets.summaryview.renderer.dataquality with parameters of type WidgetComponentRenderer Modifier and Type Method Description voidDefaultDataQualityGroupRenderer. setDataQualityPropertyRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,DataQualityProperty,java.lang.Object> dataQualityItemRenderer) -
Uses of WidgetComponentRenderer in com.hybris.cockpitng.widgets.valuechooser
Classes in com.hybris.cockpitng.widgets.valuechooser that implement WidgetComponentRenderer Modifier and Type Class Description classDefaultValueChooserRendererMethods in com.hybris.cockpitng.widgets.valuechooser that return WidgetComponentRenderer Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Option,java.lang.Boolean>ValueChooserController. getOptionRenderer()
-