gws.plugin.model_validator.date_range
¶
Validator for date ranges.
Source code: gws.plugin.model_validator.date_range
Package Contents¶
- class gws.plugin.model_validator.date_range.Config¶
Bases:
gws.base.model.validator.Config
Validator for date ranges. (added in 8.1)
- max: gws.ext.config.modelValue | None¶
- min: gws.ext.config.modelValue | None¶
- class gws.plugin.model_validator.date_range.Object¶
Bases:
gws.base.model.validator.Object
- maxVal: gws.ModelValue | None¶
- minVal: gws.ModelValue | None¶
- configure()¶
- validate(field, feature, mc)¶