Validator Mixins

Validator MixIns

by Patrick Ruoff in 2012

class validator_mixins.CTextFilterMixin(flag)[source]

A text filter, accepting only specified characters

Construct a CTextFilterMixin which accepts the characters specified by the flag bitfield (see above for possible values)

flag = None
OnChar(event)[source]
validator_mixins.MixIn(V, VM)[source]

Mixin function: mixes the ValidatorMixin VM to the Validator V, returns a new Validator inheriting from both

Previous topic

Transfer Functions

This Page