Prado\Web\UI\JuiControls\TJuiDatePicker::getTextMode PHP Method

getTextMode() public method

public getTextMode ( ) : TTextBoxMode
return Prado\Web\UI\WebControls\TTextBoxMode the behavior mode of the underlying {@link TTextBox} component. Fixed to TTextBoxMode::SingleLine for the TJuiDatePicker.
    public function getTextMode()
    {
        return TTextBoxMode::SingleLine;
    }