GridFieldWorkflowRestrictedEditButton
class GridFieldWorkflowRestrictedEditButton implements GridField_ColumnProvider (View source)
Methods
                    public                                                                            
                
                    array
                
                                
                    getColumnAttributes(GridField $gridField, DataObject $record, string $columnName)
        
                                            
                
            Append a 'disabled' CSS class to GridField rows whose WorkflowInstance records are not viewable/editable by the current user.
                    public                                                                            
                
                    string
                
                                
                
            Details
        
                            
    augmentColumns(GridField $gridField, array $columns)
        
    
    Add a column
        
                            array
    getColumnAttributes(GridField $gridField, DataObject $record, string $columnName)
        
    
    Append a 'disabled' CSS class to GridField rows whose WorkflowInstance records are not viewable/editable by the current user.
This is used to visually "grey out" records and it's leveraged in some overriding JavaScript, to maintain an ability to click the target object's hyperlink.
        
                            array
    getColumnMetadata(GridField $gridField, string $columnName)
        
    
    Add the title
        
                            array
    getColumnsHandled(GridField $gridField)
        
    
    Which columns are handled by this component
        
                            string
    getColumnContent(GridField $gridField, DataObject $record, string $columnName)
        
    
    No description