Uses of Class
com.hybris.cockpitng.components.table.TableRow
-
Packages that use TableRow Package Description com.hybris.cockpitng.components.table com.hybris.cockpitng.widgets.compare.model com.hybris.cockpitng.widgets.compare.renderer -
-
Uses of TableRow in com.hybris.cockpitng.components.table
Methods in com.hybris.cockpitng.components.table that return TableRow Modifier and Type Method Description TableRowTableRowsGroup. getHeaderRow()Methods in com.hybris.cockpitng.components.table that return types with arguments of type TableRow Modifier and Type Method Description protected java.util.function.Supplier<TableRow>TableRows. newRowsSupplier()protected java.util.function.Supplier<TableRow>TableRowsGroup. newRowsSupplier()TableComponentIterator<TableRow>TableRows. rowsIterator()TableComponentIterator<TableRow>TableRowsGroup. rowsIterator() -
Uses of TableRow in com.hybris.cockpitng.widgets.compare.model
Methods in com.hybris.cockpitng.widgets.compare.model that return TableRow Modifier and Type Method Description TableRowLocalizedAttributeInfo. getCurrentLocaleRow()TableRowLocalizedAttributeInfo. getSectionHeaderRow()Methods in com.hybris.cockpitng.widgets.compare.model with parameters of type TableRow Modifier and Type Method Description voidLocalizedAttributeInfo. setCurrentLocaleRow(TableRow currentLocaleRow)Constructors in com.hybris.cockpitng.widgets.compare.model with parameters of type TableRow Constructor Description LocalizedAttributeInfo(TableRowsGroup parentSection, TableRow sectionHeaderRow, TableRowsGroup localizedAttributeGroup, Section sectionConfiguration, Attribute attributeConfiguration) -
Uses of TableRow in com.hybris.cockpitng.widgets.compare.renderer
Fields in com.hybris.cockpitng.widgets.compare.renderer with type parameters of type TableRow 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 types with arguments of type TableRow 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()Methods in com.hybris.cockpitng.widgets.compare.renderer with parameters of type TableRow Modifier and Type Method Description protected org.zkoss.zk.ui.ComponentAbstractCompareViewElementRenderer. createAttributeNameContents(TableRow row, TableCell parent, ATTRIBUTE configuration, DATA data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected org.zkoss.zk.ui.HtmlBasedComponentAbstractCompareViewElementRenderer. createLocalizationDifferentiator(java.util.Locale locale, TableRow row, TableCell parent, ATTRIBUTE configuration, DATA data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected org.zkoss.zk.ui.ComponentAbstractCompareViewElementRenderer. createLocalizedAttributeNameLabel(TableRow row, TableCell parent, ATTRIBUTE configuration, DATA data, DataType dataType, WidgetInstanceManager widgetInstanceManager)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 voidAbstractCompareViewSectionRenderer. handleSectionExpandStateChangeRequested(TableRowsGroup parent, TableRow headerRow, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager, java.lang.Object markData)voidAbstractCompareViewElementRenderer. render(TableRow parent, ATTRIBUTE configuration, DATA data, DataType dataType, WidgetInstanceManager widgetInstanceManager)voidAbstractCompareViewSectionHeaderRenderer. render(TableRow parent, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidAbstractCompareViewSectionRenderer. renderAttribute(TableRowsGroup parent, TableRow row, ELEMENT attribute, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidAbstractCompareViewElementRenderer. renderAttributeName(TableRow parent, TableCell attributeName, ATTRIBUTE configuration, DATA data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewSectionRenderer. renderLocalizedAttributeLocalization(TableRowsGroup parent, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager, TableRow row, Attribute attribute, java.util.Locale locale)protected abstract voidAbstractCompareViewSectionRenderer. renderSection(TableRowsGroup parent, TableRow headerRow, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewSectionRenderer. renderSection(TableRowsGroup parent, TableRow headerRow, Section configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidAbstractCompareViewSectionRenderer. renderSectionHeader(TableRowsGroup parent, TableRow row, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidAbstractCompareViewSectionRenderer. sectionHeaderRendered(TableRowsGroup parent, TableRow row, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidAbstractCompareViewSectionRenderer. updateSectionHeaderDifferentMark(CONFIG configuration, TableRow tableRow, PartialRendererData<java.util.Collection> data)protected abstract voidAbstractCompareViewSectionRenderer. updateTableRowDifferentMark(TableRowsGroup parent, TableRow tableRow, ELEMENT attribute, PartialRendererData<java.util.Collection> data)protected voidDefaultCompareViewSectionRenderer. updateTableRowDifferentMark(TableRowsGroup parent, TableRow tableRow, Attribute attribute, PartialRendererData<java.util.Collection> data)Method parameters in com.hybris.cockpitng.widgets.compare.renderer with type arguments of type TableRow Modifier and Type Method Description protected voidDefaultCompareViewHeaderRenderer. renderHeader(TableRows parent, TableComponentIterator<TableRow> rows, CompareView configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)voidAbstractCompareViewSectionRenderer. setAttributeRenderer(WidgetComponentRenderer<TableRow,ELEMENT,PartialRendererData<java.util.Collection>> attributeRenderer)voidAbstractCompareViewSectionRenderer. setHeaderRenderer(WidgetComponentRenderer<TableRow,CONFIG,PartialRendererData<java.util.Collection>> headerRenderer)Constructors in com.hybris.cockpitng.widgets.compare.renderer with parameters of type TableRow Constructor Description ExpandSectionListener(TableRowsGroup parent, TableRow headerRow, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)Deprecated, for removal: This API element is subject to removal in a future version.
-