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

getClientClassName() protected method

This method overrides the parent implementation.
protected getClientClassName ( ) : null
return null no javascript class name.
    protected function getClientClassName()
    {
        return 'Prado.WebUI.TActiveListBox';
    }