validationErrorStyle, DisplayMode.EDIT,
_446_EditErrorHandlingExample.COLUMN_TWO_LABEL);
}
private IDataValidator getExampleValidator() {
return new DataValidator() {
public boolean validate(int columnIndex, int rowIndex,
Object newValue) {
if (newValue instanceof Integer
&& ((Integer) newValue).intValue() > 10000) {