Méthode | Description | |
---|---|---|
getInitialValue ( ) : string | ||
setInitialValue ( $value ) |
Méthode | Description | |
---|---|---|
evaluateIsValid ( ) : boolean | This method overrides the parent's implementation. | |
getClientClassName ( ) : string | Gets the name of the javascript class responsible for performing validation for this control. | |
getClientScriptOptions ( ) : array | Returns an array of javascript validator options. | |
getControlPromptValue ( ) : string |
Méthode | Description | |
---|---|---|
validateListControl ( $control ) | ||
validateRadioButtonGroup ( $control ) | ||
validateStandardControl ( $control ) |
protected evaluateIsValid ( ) : boolean | ||
Résultat | boolean | whether the validation succeeds |
protected getClientClassName ( ) : string | ||
Résultat | string | the javascript class name |
protected getClientScriptOptions ( ) : array | ||
Résultat | array | javascript validator options. |
protected getControlPromptValue ( ) : string | ||
Résultat | string | the initial value of the associated input control. Defaults to empty string. If the associated input control does not change from this initial value upon postback, the validation fails. |
public getInitialValue ( ) : string | ||
Résultat | string | the initial value of the associated input control. Defaults to empty string unless the control has a prompt value set. If the associated input control does not change from this initial value upon postback, the validation fails. |