public class ContextAreaActionColumnConfigurationRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ActionColumnConfiguration> |
map |
| Constructor and Description |
|---|
ContextAreaActionColumnConfigurationRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ActionColumnConfiguration |
getActionColumnConfigurationForType(ObjectType type)
Returns the ActionColumnConfiguration for an ObjectType or its SuperType for ContextArea
The ActionColumnConfiguration if present for the given ObjectType is returned.
|
Map<String,ActionColumnConfiguration> |
getMap() |
void |
setMap(Map<String,ActionColumnConfiguration> map) |
protected Map<String,ActionColumnConfiguration> map
public ContextAreaActionColumnConfigurationRegistry()
public Map<String,ActionColumnConfiguration> getMap()
public void setMap(Map<String,ActionColumnConfiguration> map)
map - the map to setpublic ActionColumnConfiguration getActionColumnConfigurationForType(ObjectType type)
type - Copyright © 2017 SAP SE. All Rights Reserved.