Метод | Описание | |
---|---|---|
dropDownList ( ) : string | Renders a drop down list (select). | |
maskedTextField ( ) : string | Renders a masked text field. | |
passwordField ( ) : string | Renders a password field. | |
setPlaceholder ( ) | ||
textArea ( ) : string | Renders a textarea. | |
textField ( ) : string | Renders a text field. | |
typeAheadField ( ) : string | Renders a masked text field. |
protected dropDownList ( ) : string | ||
Результат | string | the rendered content |
protected maskedTextField ( ) : string | ||
Результат | string | the rendered content |
protected passwordField ( ) : string | ||
Результат | string | the rendered content |
protected typeAheadField ( ) : string | ||
Результат | string | the rendered content |