public interface ListViewConfiguration extends UIComponentConfiguration
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DynamicColumnProvider> |
getDynamicColumnProviders()
Gets the dynamic column providers.
|
java.lang.String |
getHeaderPopupBean()
Gets the header popup bean.
|
ColumnGroupConfiguration |
getRootColumnGroupConfiguration()
Gets the root column group configuration.
|
boolean |
isAllowCreateInlineItems()
Checks if is allow create inline items.
|
void |
setAllowCreateInlineItems(boolean allowCreateInlineItems)
Sets the allow create inline items.
|
void |
setRootColumnConfigurationGroup(ColumnGroupConfiguration rootGroupConfig)
Sets the root column configuration group.
|
ColumnGroupConfiguration getRootColumnGroupConfiguration()
void setRootColumnConfigurationGroup(ColumnGroupConfiguration rootGroupConfig)
rootGroupConfig - the new root column configuration groupboolean isAllowCreateInlineItems()
void setAllowCreateInlineItems(boolean allowCreateInlineItems)
allowCreateInlineItems - the allow create inline itemsjava.lang.String getHeaderPopupBean()
java.util.List<DynamicColumnProvider> getDynamicColumnProviders()
Copyright © 2018 SAP SE. All Rights Reserved.