Share and Money Management 0.18devel
|
Force filled Choice widgets. More...
Public Member Functions | |
def | Clone (self) |
Standard cloner. More... | |
def | Validate (self, unused) |
Validate the contents of the given text control. More... | |
Public Member Functions inherited from gui.controls.BaseValidator | |
def | __init__ (self) |
Constructor. More... | |
def | Clone (self) |
Standard cloner. More... | |
def | Validate (self, unused) |
Validate the contents of the given control. More... | |
def | TransferToWindow (self) |
Transfer data from validator to window. More... | |
def | TransferFromWindow (self) |
Transfer data from window to validator. More... | |
Force filled Choice widgets.
def gui.controls.NotEmptyChoiceValidator.Clone | ( | self | ) |
Standard cloner.
Reimplemented from gui.controls.BaseValidator.
def gui.controls.NotEmptyChoiceValidator.Validate | ( | self, | |
unused | |||
) |
Validate the contents of the given text control.
Reimplemented from gui.controls.BaseValidator.