Uses of Interface
de.hybris.platform.cockpit.services.config.ColumnConfiguration
-
-
Uses of ColumnConfiguration in de.hybris.platform.admincockpit.services.config.impl
Classes in de.hybris.platform.admincockpit.services.config.impl that implement ColumnConfiguration Modifier and Type Class Description classConstraintGroupsCustomColumnConfigurationConfiguration with renderer for aConstraintGroupModelcell.classIconTypeConstraintCustomColumnConfigurationConfiguration 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 Modifier and Type Interface Description interfaceActionColumnConfiguration -
Uses of ColumnConfiguration in de.hybris.platform.cockpit.components.listview.impl
Classes in de.hybris.platform.cockpit.components.listview.impl that implement ColumnConfiguration Modifier and Type Class Description classDefaultActionColumnConfigurationclassDefaultSingleColumnConfiguration -
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 ColumnConfiguration Modifier and Type Method Description java.util.List<ColumnConfiguration>DynamicColumnProvider. 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 ColumnConfiguration Modifier and Type Method Description ColumnConfigurationDefaultColumnModel. getColumnConfiguration(ColumnDescriptor columnDescriptor)Methods in de.hybris.platform.cockpit.model.listview.impl that return types with arguments of type ColumnConfiguration Modifier and Type Method Description java.util.List<ColumnConfiguration>WorkflowAttachmentItemDynamicColumnProvider. getDynamicColums(ListModel listModel)Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type ColumnConfiguration Modifier and Type Method Description voidDefaultColumnModel. addColumn(ColumnConfiguration columnConfig, DefaultColumnGroup group)Dynamically adds a column to the specifiedColumnGroupgroupif the group exists.ColumnDescriptorDefaultColumnModel. addColumnToRootGroup(ColumnConfiguration columnConfig)Dynamically adds a column to the rootgroupand returns newly createdColumnDescriptor.ColumnDescriptorDefaultColumnModel. 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.config Modifier and Type Interface Description interfaceMutableColumnConfigurationMethods in de.hybris.platform.cockpit.services.config that return types with arguments of type ColumnConfiguration Modifier and Type Method Description java.util.List<? extends ColumnConfiguration>ColumnGroupConfiguration. getAllColumnConfigurations()java.util.List<? extends ColumnConfiguration>ColumnGroupConfiguration. getColumnConfigurations()Method parameters in de.hybris.platform.cockpit.services.config with type arguments of type ColumnConfiguration Modifier and Type Method Description voidColumnGroupConfiguration. setColumnConfigurations(java.util.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 ColumnConfiguration Modifier and Type Class Description classAbstractColumnConfigurationclassCheckboxColumnclassDefaultCustomColumnConfigurationclassIconLabelColumnConfigurationShows icon as returned by the registered label provider of the item.classInlineItemCreateButtonColumnThe Class InlineItemCreateButtonColumn.classLineNumberColumnclassMultiTypeColumnConfigurationclassMultiTypeColumnGroupConfiguration.MultiTypeActionColumnConfigurationclassPropertyColumnConfigurationclassTaskColumnConfigurationclassWorkflowColumnConfigurationConfiguration of column in workflow list viewclassWorkflowImgColumnConfigurationMethods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type ColumnConfiguration Modifier and Type Method Description java.util.List<ColumnConfiguration>DefaultColumnGroupConfiguration. getAllColumnConfigurations()java.util.List<? extends ColumnConfiguration>DefaultColumnGroupConfiguration. getColumnConfigurations()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type ColumnConfiguration Modifier and Type Method Description voidDefaultColumnGroupConfiguration. addColumnConfiguration(ColumnConfiguration column)protected ColumnConfigurationListViewConfigurationPersistingStrategy. createJaxb(DefaultListViewConfiguration config, ColumnConfiguration column)protected java.lang.ObjectListViewConfigurationPersistingStrategy. updateJaxb(DefaultListViewConfiguration config, ColumnConfiguration column)Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type ColumnConfiguration Modifier and Type Method Description voidDefaultColumnGroupConfiguration. setColumnConfigurations(java.util.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 Constructor Description TaskCellRenderer(ColumnConfiguration colConf) -
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 ColumnConfiguration Modifier and Type Method Description protected java.util.Map<java.lang.String,ColumnConfiguration>DefaultXmlDataProvider. getColumnTitles(TypedObject row, java.util.List<? extends ColumnConfiguration> columnsConf)Method parameters in de.hybris.platform.cockpit.services.xmlprovider.impl with type arguments of type ColumnConfiguration Modifier and Type Method Description protected voidDefaultXmlDataProvider. createDeeperReferenceTableRow(RowType xmlRow, java.lang.String refTableTitle, java.util.Collection<TypedObject> rowsValues, java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles, PropertyDescriptor descriptor)protected RowTypeDefaultXmlDataProvider. createOneLevelReferenceTableRow(RowType xmlRow, java.util.Collection<TypedObject> coll, java.util.List<? extends ColumnConfiguration> columnsConf, PropertyDescriptor descriptor)creates xml snipet with reference tableprotected ColumnsTitlesTypeDefaultXmlDataProvider. createTableTitlesSection(java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles)protected java.util.Map<java.lang.String,ColumnConfiguration>DefaultXmlDataProvider. getColumnTitles(TypedObject row, java.util.List<? extends ColumnConfiguration> columnsConf)protected java.util.List<java.util.List<TableColumnContainer>>DefaultXmlDataProvider. getTableRows(java.util.Collection<TypedObject> rowValues, java.util.Map<java.lang.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 ColumnConfiguration Modifier and Type Method Description java.util.List<ColumnConfiguration>VariantsDynamicColumnProvider. getDynamicColums(ListModel listModel)
-