Class DefaultNumericDataValidator
java.lang.Object
org.eclipse.nebula.widgets.nattable.data.validate.DataValidator
org.eclipse.nebula.widgets.nattable.data.validate.DefaultNumericDataValidator
- All Implemented Interfaces:
IDataValidator
-
Field Summary
Fields inherited from interface org.eclipse.nebula.widgets.nattable.data.validate.IDataValidator
ALWAYS_VALID, NEVER_VALID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.data.validate.DataValidator
validate
-
Constructor Details
-
DefaultNumericDataValidator
public DefaultNumericDataValidator()
-
-
Method Details
-
validate
- Specified by:
validatein interfaceIDataValidator- Specified by:
validatein classDataValidator- Parameters:
columnIndex- Index of the column being validatedrowIndex- Index of the row being validatednewValue- Value entered through the edit control text box, combo box etc. Note: In case of theTextCellEditorthe text typed in by the user will be converted to the canonical value using theIDisplayConverterbefore it hits this method- Returns:
trueif newValue is valid,falseotherwise.- See Also:
-