Prado\Data\ActiveRecord\Scaffold\InputBuilder\TScaffoldInputBase::getIsEnabled PHP Méthode

getIsEnabled() protected méthode

protected getIsEnabled ( $column, $record )
    protected function getIsEnabled($column, $record)
    {
        return !($this->getParent()->getRecordPk() !== null && $column->getIsPrimaryKey() || $column->hasSequence());
    }