Prado\Web\UI\ActiveControls\TActiveTableCell::getClientClassName PHP Method

getClientClassName() protected method

protected getClientClassName ( ) : string
return string corresponding javascript class name for this TActiveTableCell.
    protected function getClientClassName()
    {
        return 'Prado.WebUI.TActiveTableCell';
    }