Fields
- 
    
    <static> ABLE_TO_RENDER
- 
    
    EL attributes have been loaded, the node has not yet been rendered
- 
    
    <static> INITIAL
- 
    
    Initial state. The node has been created but not populated
- 
    
    <static> PARTIALLY_RENDERED
- 
    
    The EL is not fully loaded but the node has partially rendered itself (reserved for future use)
- 
    
    <static> RENDERED
- 
    
    The node has been fully rendered
- 
    
    <static> UNRENDERED
- 
    
    The node is not to be rendered
- 
    
    <static> WAITING_ON_EL_EVALUATION
- 
    
    EL based attributes needed for rendering have not been fully loaded yet
Methods
- 
    
        
        
        <static> getLabelForValue(state) → {string|null}
- 
    
    
    Method that may be used for debugging (should not be used for normal usage) to get the state label for a state valueParameters:Name Type Description stateint one of the node state values Returns:the label or null if not a valid state- Type
- string | null