public class LongRange extends Object implements IEntryValidator
Constructor and Description |
---|
LongRange()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription(IPropertyEditorController controller,
PropertyEditorInfo info,
PropCnr[] parents,
String[] options)
Gets a description of the validation options.
|
String |
validate(IPropertyEditorController controller,
PropertyEditorInfo info,
PropCnr[] parents,
String value,
String[] options)
Validates the property value after editing.
|
public String validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options)
validate
in interface IEntryValidator
controller
- The controller of the property editor.info
- Information about the item being edited.parents
- Property containers of the property.value
- The string value to set.options
- Validation options, may be null for none.public String getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options)
getDescription
in interface IEntryValidator
controller
- The controller of the property editor.info
- Information about the item being edited.parents
- Property containers of the property.options
- Validation options, may be null for none.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.