| Constructor and Description |
|---|
MultiTypeListViewConfiguration(ColumnGroupConfiguration rootColConfGroup) |
| Modifier and Type | Method and Description |
|---|---|
ColumnGroupConfiguration |
DefaultColumnGroup.getColumnGroupConfiguration() |
| Constructor and Description |
|---|
DefaultColumnGroup(ColumnGroupConfiguration groupConfig) |
| Modifier and Type | Method and Description |
|---|---|
ColumnGroupConfiguration |
ColumnGroupConfiguration.getParentGroupConfiguration() |
ColumnGroupConfiguration |
ListViewConfiguration.getRootColumnGroupConfiguration()
Gets the root column group configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ColumnGroupConfiguration> |
ColumnGroupConfiguration.getColumnGroupConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListViewConfiguration.setRootColumnConfigurationGroup(ColumnGroupConfiguration rootGroupConfig)
Sets the root column configuration group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnGroupConfiguration.setColumnGroupConfigurations(java.util.List<? extends ColumnGroupConfiguration> groupConfigs) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultColumnGroupConfiguration |
class |
MultiTypeColumnGroupConfiguration |
| Modifier and Type | Method and Description |
|---|---|
ColumnGroupConfiguration |
DefaultColumnGroupConfiguration.getParentGroupConfiguration() |
ColumnGroupConfiguration |
DefaultListViewConfiguration.getRootColumnGroupConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ColumnGroupConfiguration> |
DefaultColumnGroupConfiguration.getColumnGroupConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultColumnGroupConfiguration.addColumnGroupConfiguration(ColumnGroupConfiguration columnGroupConfiguration) |
protected Group |
ListViewConfigurationPersistingStrategy.createJaxb(DefaultListViewConfiguration config,
ColumnGroupConfiguration section) |
void |
DefaultColumnGroupConfiguration.setParentColumnGroupConfiguration(ColumnGroupConfiguration parentGroup) |
void |
DefaultListViewConfiguration.setRootColumnConfigurationGroup(ColumnGroupConfiguration rootGroup) |
protected Group |
ListViewConfigurationPersistingStrategy.updateJaxb(DefaultListViewConfiguration config,
ColumnGroupConfiguration group) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultColumnGroupConfiguration.setColumnGroupConfigurations(java.util.List<? extends ColumnGroupConfiguration> groups)
Sets the sub groups included in this group to
groups. |
| Constructor and Description |
|---|
DefaultListViewConfiguration(ColumnGroupConfiguration rootColConfGroup)
Instantiates a new default list view configuration.
|
DefaultListViewConfiguration(ColumnGroupConfiguration rootColConfGroup,
boolean allowCreateInlineItems)
Instantiates a new default list view configuration.
|
Copyright © 2018 SAP SE. All Rights Reserved.