Uses of Class
com.hybris.cockpitng.components.table.TableRows
-
Packages that use TableRows Package Description com.hybris.cockpitng.components.table com.hybris.cockpitng.widgets.compare.renderer -
-
Uses of TableRows in com.hybris.cockpitng.components.table
Subclasses of TableRows in com.hybris.cockpitng.components.table Modifier and Type Class Description classTableHeaderMethods in com.hybris.cockpitng.components.table that return TableRows Modifier and Type Method Description TableRowsTable. getRows()Methods in com.hybris.cockpitng.components.table that return types with arguments of type TableRows Modifier and Type Method Description java.util.Collection<TableRows>Table. getAllRows() -
Uses of TableRows in com.hybris.cockpitng.widgets.compare.renderer
Methods in com.hybris.cockpitng.widgets.compare.renderer that return types with arguments of type TableRows Modifier and Type Method Description protected WidgetComponentRenderer<TableRows,CompareView,PartialRendererData<java.util.Collection>>DefaultCompareViewLayout. getHeaderRenderer()Methods in com.hybris.cockpitng.widgets.compare.renderer with parameters of type TableRows Modifier and Type Method Description protected voidDefaultCompareViewLayout. collapseOtherSections(TableRowsGroup currentSection, TableRows sections)voidDefaultCompareViewHeaderRenderer. render(TableRows parent, CompareView configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewHeaderRenderer. renderHeader(TableRows parent, TableComponentIterator<TableRow> rows, CompareView configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewHeaderRenderer. renderHeaderCell(TableRows parent, TableCell cell, CompareView configuration, PartialRendererData<java.util.Collection> data, java.lang.Object item, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewHeaderRenderer. renderHeaderRow(TableRows parent, TableComponentIterator<TableCell> cells, CompareView configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultCompareViewHeaderRenderer. renderHeaderSummary(TableRows parent, TableComponentIterator<TableCell> cells, CompareView configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)Method parameters in com.hybris.cockpitng.widgets.compare.renderer with type arguments of type TableRows Modifier and Type Method Description voidDefaultCompareViewLayout. setHeaderRenderer(WidgetComponentRenderer<TableRows,CompareView,PartialRendererData<java.util.Collection>> headerRenderer)
-