| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintGroupsCustomColumnConfiguration
Configuration with renderer for a
ConstraintGroupModel cell. |
class |
IconTypeConstraintCustomColumnConfiguration
Configuration for a type column for ListView of the
AbstractConstraint list. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionColumnConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActionColumnConfiguration |
class |
DefaultSingleColumnConfiguration |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnConfiguration> |
DynamicColumnProvider.getDynamicColums(ListModel listModel)
Gets the dynamic colums.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnConfiguration |
DefaultColumnModel.getColumnConfiguration(ColumnDescriptor columnDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnConfiguration> |
WorkflowAttachmentItemDynamicColumnProvider.getDynamicColums(ListModel listModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultColumnModel.addColumn(ColumnConfiguration columnConfig,
DefaultColumnGroup group)
Dynamically adds a column to the specified
ColumnGroup group if the group exists. |
ColumnDescriptor |
DefaultColumnModel.addColumnToRootGroup(ColumnConfiguration columnConfig)
Dynamically adds a column to the root
group and returns newly created ColumnDescriptor. |
ColumnDescriptor |
DefaultColumnModel.addDynamicColumnToRootGroup(ColumnConfiguration columnConfig)
Dynamically adds a column to the root
group, mark it as "dynamic" and returns newly created
ColumnDescriptor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableColumnConfiguration |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ColumnConfiguration> |
ColumnGroupConfiguration.getAllColumnConfigurations() |
java.util.List<? extends ColumnConfiguration> |
ColumnGroupConfiguration.getColumnConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnGroupConfiguration.setColumnConfigurations(java.util.List<? extends ColumnConfiguration> columnConfigs) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColumnConfiguration |
class |
CheckboxColumn |
class |
DefaultCustomColumnConfiguration |
class |
IconLabelColumnConfiguration
Shows icon as returned by the registered label provider of the item.
|
class |
InlineItemCreateButtonColumn
The Class InlineItemCreateButtonColumn.
|
class |
LineNumberColumn |
class |
MultiTypeColumnConfiguration |
class |
MultiTypeColumnGroupConfiguration.MultiTypeActionColumnConfiguration |
class |
PropertyColumnConfiguration |
class |
TaskColumnConfiguration |
class |
WorkflowColumnConfiguration
Configuration of column in workflow list view
|
class |
WorkflowImgColumnConfiguration |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnConfiguration> |
DefaultColumnGroupConfiguration.getAllColumnConfigurations() |
java.util.List<? extends ColumnConfiguration> |
DefaultColumnGroupConfiguration.getColumnConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultColumnGroupConfiguration.addColumnConfiguration(ColumnConfiguration column) |
protected ColumnConfiguration |
ListViewConfigurationPersistingStrategy.createJaxb(DefaultListViewConfiguration config,
ColumnConfiguration column) |
protected java.lang.Object |
ListViewConfigurationPersistingStrategy.updateJaxb(DefaultListViewConfiguration config,
ColumnConfiguration column) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultColumnGroupConfiguration.setColumnConfigurations(java.util.List<? extends ColumnConfiguration> columns)
Sets the ColumnConfigs of this group to
columns. |
| Constructor and Description |
|---|
TaskCellRenderer(ColumnConfiguration colConf) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,ColumnConfiguration> |
DefaultXmlDataProvider.getColumnTitles(TypedObject row,
java.util.List<? extends ColumnConfiguration> columnsConf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultXmlDataProvider.createDeeperReferenceTableRow(RowType xmlRow,
java.lang.String refTableTitle,
java.util.Collection<TypedObject> rowsValues,
java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles,
PropertyDescriptor descriptor) |
protected RowType |
DefaultXmlDataProvider.createOneLevelReferenceTableRow(RowType xmlRow,
java.util.Collection<TypedObject> coll,
java.util.List<? extends ColumnConfiguration> columnsConf,
PropertyDescriptor descriptor)
creates xml snipet with reference table
|
protected ColumnsTitlesType |
DefaultXmlDataProvider.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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultImportCockpitMappingInfoColumn
Displays list view column with information about mapping.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnConfiguration> |
VariantsDynamicColumnProvider.getDynamicColums(ListModel listModel) |
Copyright © 2018 SAP SE. All Rights Reserved.