Prado\Web\UI\JuiControls\TJuiDialogButton::getText PHP Method

getText() public method

public getText ( ) : string
return string caption of the button
    public function getText()
    {
        return $this->getViewState('Text', '');
    }