Uses of Class
de.hybris.platform.cockpit.services.xmlprovider.TableColumnContainer
-
Packages that use TableColumnContainer Package Description de.hybris.platform.cockpit.services.xmlprovider.impl -
-
Uses of TableColumnContainer in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl that return types with arguments of type TableColumnContainer Modifier and Type Method Description protected java.util.List<java.util.List<TableColumnContainer>>DefaultXmlDataProvider. getTableRows(java.util.Collection<TypedObject> rowValues, java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles)Method parameters in de.hybris.platform.cockpit.services.xmlprovider.impl with type arguments of type TableColumnContainer Modifier and Type Method Description protected TableRowsTypeDefaultXmlDataProvider. createTableRowsSection(java.util.List<java.util.List<TableColumnContainer>> tableRows)
-