public interface BaseConfiguration extends UIComponentConfiguration
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DefaultPropertySettings> |
getAllDefaultPropertySettings()
Provides all default settings configured for the type represented by this
BaseConfiguration instance. |
java.util.List<DefaultPropertySettings> |
getBaseProperties()
Provides default settings for base properties of the type represented by this
BaseConfiguration instance. |
DefaultPropertySettings |
getDefaultPropertySettings(PropertyDescriptor propertyDescriptor)
Returns default property settings for a property of the type represented by this
BaseConfiguration
instance. |
InitialPropertyConfiguration |
getInitialPropertyConfiguration(ObjectTemplate objectTemplate,
TypeService typeService) |
ObjectLabelProvider |
getObjectLabelProvider() |
SearchType |
getSearchType() |
SearchType getSearchType()
ObjectLabelProvider getObjectLabelProvider()
InitialPropertyConfiguration getInitialPropertyConfiguration(ObjectTemplate objectTemplate, TypeService typeService)
java.util.List<DefaultPropertySettings> getBaseProperties()
BaseConfiguration instance.
The order of elements in the returned list corresponds to the order of configuration entries.DefaultPropertySettings getDefaultPropertySettings(PropertyDescriptor propertyDescriptor)
BaseConfiguration
instance.propertyDescriptor - property descriptor of a property for which the default property settings is returned.java.util.List<DefaultPropertySettings> getAllDefaultPropertySettings()
BaseConfiguration instance. The
order of elements in the returned list corresponds to the order of configuration entries.Copyright © 2018 SAP SE. All Rights Reserved.