Interface ListViewConfiguration
- All Superinterfaces:
UIComponentConfiguration
- All Known Implementing Classes:
DefaultListViewConfiguration,MultiTypeListMainAreaComponentFactory.MultiTypeListViewConfiguration
The Interface ListViewConfiguration.
-
Method Summary
Modifier and TypeMethodDescriptionGets the dynamic column providers.Gets the header popup bean.Gets the root column group configuration.booleanChecks if is allow create inline items.voidsetAllowCreateInlineItems(boolean allowCreateInlineItems) Sets the allow create inline items.voidsetRootColumnConfigurationGroup(ColumnGroupConfiguration rootGroupConfig) Sets the root column configuration group.
-
Method Details
-
getRootColumnGroupConfiguration
ColumnGroupConfiguration getRootColumnGroupConfiguration()Gets the root column group configuration.- Returns:
- the root column group configuration
-
setRootColumnConfigurationGroup
Sets the root column configuration group.- Parameters:
rootGroupConfig- the new root column configuration group
-
isAllowCreateInlineItems
boolean isAllowCreateInlineItems()Checks if is allow create inline items.- Returns:
- true, if is allow create inline items
-
setAllowCreateInlineItems
void setAllowCreateInlineItems(boolean allowCreateInlineItems) Sets the allow create inline items.- Parameters:
allowCreateInlineItems- the allow create inline items
-
getHeaderPopupBean
String getHeaderPopupBean()Gets the header popup bean.- Returns:
- the header popup bean
-
getDynamicColumnProviders
List<DynamicColumnProvider> getDynamicColumnProviders()Gets the dynamic column providers.- Returns:
- the dynamic column providers
-