Class ContextAreaActionColumnConfigurationRegistry


  • public class ContextAreaActionColumnConfigurationRegistry
    extends java.lang.Object
    • Constructor Detail

      • ContextAreaActionColumnConfigurationRegistry

        public ContextAreaActionColumnConfigurationRegistry()
    • Method Detail

      • setMap

        public void setMap​(java.util.Map<java.lang.String,​ActionColumnConfiguration> map)
        Parameters:
        map - the map to set
      • getActionColumnConfigurationForType

        public 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. Otherwise ActionColumnConfiguration is searched for ObjectType's supertype recursively until found. If not found, null is returned.
        Parameters:
        type -
        Returns: