Fields
- 
    
    
<static> DEFERRED
 - 
    
    The type handler generated a placeholder to be shown until the real children can be created.
 - 
    
    
<static> HANDLED
 - 
    
    The type handler created the children.
 - 
    
    
<static> NONE
 - 
    
    The type handler could not create the children yet.
 
Methods
- 
    
        
        
        
<static> getLabelForValue(result) → {string|null}
 - 
    
    
    Method that may be used for debugging (should not be used for normal usage) to get the label for a constant value
Parameters:
Name Type Description resultint one of the children node result values Returns:
the label or null if not a valid result- Type
 - string | null