* Revalidates the current value, sets Field.isValid flag to * false if not valid. * @return {Field} Fluent interface
()
| 257 | * @return {Field} Fluent interface |
| 258 | */ |
| 259 | revalidateValue () { |
| 260 | return this.setValue(this.getValue()) |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * Validates given raw value. Override is required to call super. |
no test coverage detected