A namespace for the BCD-UI widget validation (general).
Members
-
staticbcdui.widgetNg.validation.validators.general.TYPE_VALIDATORS
-
generic type validators, input parameter is only a value: - value, nulls / empty values are valid!
Methods
-
staticbcdui.widgetNg.validation.validators.general.notEmptyValidator()
widgetNg/validators.js, line 88 -
validates that value is neither null nor blank,params: - value
-
staticbcdui.widgetNg.validation.validators.general.patternValidator()
widgetNg/validators.js, line 79 -
validates the string against given regex pattern, params: - value {string}, may be null - pattern {string} regular expression