Package | Description |
---|---|
com.whitestein.lsps.vaadin.forms | |
com.whitestein.lsps.vaadin.forms.validation |
Modifier and Type | Method and Description |
---|---|
List<ConstraintViolation> |
WGrid.showCellErrors(Collection<ConstraintViolation> constraintViolations)
Shows cell errors in cells displaying value of a record property
equivalent with the constraint violation record property.
|
Modifier and Type | Method and Description |
---|---|
List<ConstraintViolation> |
WGrid.showCellErrors(Collection<ConstraintViolation> constraintViolations)
Shows cell errors in cells displaying value of a record property
equivalent with the constraint violation record property.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ErrorMessageController.mapConstraintViolation(ConstraintViolation violation,
FormComponent component)
Checks whether the constraint violation error message should be displayed on the component and if yes
then shows the error message on the component.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorMessageController.displayErrorMessages(List<ConstraintViolation> constraintViolations,
FormComponent root)
Displays constraint violations error messages on the form components.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.