Uses of Interface
de.hybris.platform.cockpit.services.config.ColumnConfiguration
Packages that use ColumnConfiguration
Package
Description
-
Uses of ColumnConfiguration in de.hybris.platform.admincockpit.services.config.impl
Classes in de.hybris.platform.admincockpit.services.config.impl that implement ColumnConfigurationModifier and TypeClassDescriptionclassConfiguration with renderer for aConstraintGroupModelcell.classConfiguration for a type column for ListView of theAbstractConstraintlist. -
Uses of ColumnConfiguration in de.hybris.platform.cockpit.components.listview
Subinterfaces of ColumnConfiguration in de.hybris.platform.cockpit.components.listview -
Uses of ColumnConfiguration in de.hybris.platform.cockpit.components.listview.impl
Classes in de.hybris.platform.cockpit.components.listview.impl that implement ColumnConfigurationModifier and TypeClassDescriptionclassclass -
Uses of ColumnConfiguration in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview that return types with arguments of type ColumnConfigurationModifier and TypeMethodDescriptionDynamicColumnProvider.getDynamicColums(ListModel listModel) Gets the dynamic colums. -
Uses of ColumnConfiguration in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl that return ColumnConfigurationModifier and TypeMethodDescriptionDefaultColumnModel.getColumnConfiguration(ColumnDescriptor columnDescriptor) Methods in de.hybris.platform.cockpit.model.listview.impl that return types with arguments of type ColumnConfigurationModifier and TypeMethodDescriptionWorkflowAttachmentItemDynamicColumnProvider.getDynamicColums(ListModel listModel) Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type ColumnConfigurationModifier and TypeMethodDescriptionvoidDefaultColumnModel.addColumn(ColumnConfiguration columnConfig, DefaultColumnGroup group) Dynamically adds a column to the specifiedColumnGroupgroupif the group exists.DefaultColumnModel.addColumnToRootGroup(ColumnConfiguration columnConfig) Dynamically adds a column to the rootgroupand returns newly createdColumnDescriptor.DefaultColumnModel.addDynamicColumnToRootGroup(ColumnConfiguration columnConfig) Dynamically adds a column to the rootgroup, mark it as "dynamic" and returns newly createdColumnDescriptor. -
Uses of ColumnConfiguration in de.hybris.platform.cockpit.services.config
Subinterfaces of ColumnConfiguration in de.hybris.platform.cockpit.services.configMethods in de.hybris.platform.cockpit.services.config that return types with arguments of type ColumnConfigurationModifier and TypeMethodDescriptionList<? extends ColumnConfiguration>ColumnGroupConfiguration.getAllColumnConfigurations()List<? extends ColumnConfiguration>ColumnGroupConfiguration.getColumnConfigurations()Method parameters in de.hybris.platform.cockpit.services.config with type arguments of type ColumnConfigurationModifier and TypeMethodDescriptionvoidColumnGroupConfiguration.setColumnConfigurations(List<? extends ColumnConfiguration> columnConfigs) -
Uses of ColumnConfiguration in de.hybris.platform.cockpit.services.config.impl
Classes in de.hybris.platform.cockpit.services.config.impl that implement ColumnConfigurationModifier and TypeClassDescriptionclassclassclassclassShows icon as returned by the registered label provider of the item.classThe Class InlineItemCreateButtonColumn.classclassclassclassclassclassConfiguration of column in workflow list viewclassMethods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type ColumnConfigurationModifier and TypeMethodDescriptionDefaultColumnGroupConfiguration.getAllColumnConfigurations()List<? extends ColumnConfiguration>DefaultColumnGroupConfiguration.getColumnConfigurations()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type ColumnConfigurationModifier and TypeMethodDescriptionvoidDefaultColumnGroupConfiguration.addColumnConfiguration(ColumnConfiguration column) protected ColumnConfigurationListViewConfigurationPersistingStrategy.createJaxb(DefaultListViewConfiguration config, ColumnConfiguration column) protected ObjectListViewConfigurationPersistingStrategy.updateJaxb(DefaultListViewConfiguration config, ColumnConfiguration column) Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type ColumnConfigurationModifier and TypeMethodDescriptionvoidDefaultColumnGroupConfiguration.setColumnConfigurations(List<? extends ColumnConfiguration> columns) Sets the ColumnConfigs of this group tocolumns.Constructors in de.hybris.platform.cockpit.services.config.impl with parameters of type ColumnConfiguration -
Uses of ColumnConfiguration in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl that return types with arguments of type ColumnConfigurationModifier and TypeMethodDescriptionprotected Map<String,ColumnConfiguration> DefaultXmlDataProvider.getColumnTitles(TypedObject row, List<? extends ColumnConfiguration> columnsConf) Method parameters in de.hybris.platform.cockpit.services.xmlprovider.impl with type arguments of type ColumnConfigurationModifier and TypeMethodDescriptionprotected voidDefaultXmlDataProvider.createDeeperReferenceTableRow(RowType xmlRow, String refTableTitle, Collection<TypedObject> rowsValues, Map<String, ColumnConfiguration> columnsTitles, PropertyDescriptor descriptor) protected RowTypeDefaultXmlDataProvider.createOneLevelReferenceTableRow(RowType xmlRow, Collection<TypedObject> coll, List<? extends ColumnConfiguration> columnsConf, PropertyDescriptor descriptor) creates xml snipet with reference tableprotected ColumnsTitlesTypeDefaultXmlDataProvider.createTableTitlesSection(Map<String, ColumnConfiguration> columnsTitles) protected Map<String,ColumnConfiguration> DefaultXmlDataProvider.getColumnTitles(TypedObject row, List<? extends ColumnConfiguration> columnsConf) protected List<List<TableColumnContainer>>DefaultXmlDataProvider.getTableRows(Collection<TypedObject> rowValues, Map<String, ColumnConfiguration> columnsTitles) -
Uses of ColumnConfiguration in de.hybris.platform.productcockpit.model.listview.impl
Methods in de.hybris.platform.productcockpit.model.listview.impl that return types with arguments of type ColumnConfigurationModifier and TypeMethodDescriptionVariantsDynamicColumnProvider.getDynamicColums(ListModel listModel)