Class ContextAreaActionColumnConfigurationRegistry
java.lang.Object
de.hybris.platform.cockpit.components.listview.ContextAreaActionColumnConfigurationRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the ActionColumnConfiguration for an ObjectType or its SuperType for ContextArea The ActionColumnConfiguration if present for the given ObjectType is returned.getMap()void
-
Field Details
-
map
-
-
Constructor Details
-
ContextAreaActionColumnConfigurationRegistry
public ContextAreaActionColumnConfigurationRegistry()
-
-
Method Details
-
getMap
- Returns:
- the map
-
setMap
- Parameters:
map- the map to set
-
getActionColumnConfigurationForType
Returns the ActionColumnConfiguration for an ObjectType or its SuperType for ContextArea The ActionColumnConfiguration if present for the given ObjectType is returned. Otherwise ActionColumnConfiguration is searched for ObjectType's supertype recursively until found. If not found, null is returned.- Parameters:
type-- Returns:
-