{@inheritDoc}
()
| 351 | * {@inheritDoc} |
| 352 | */ |
| 353 | @Override |
| 354 | public boolean willValidate() { |
| 355 | if (TYPE_RESET.equals(getType()) || TYPE_BUTTON.equals(getType())) { |
| 356 | return false; |
| 357 | } |
| 358 | |
| 359 | return !isDisabled(); |
| 360 | } |
| 361 | |
| 362 | /** |
| 363 | * {@inheritDoc} |
nothing calls this directly
no test coverage detected