Share and Money Management 0.18devel
Public Member Functions | List of all members
gui.controls.NotEmptyChoiceValidator Class Reference

Force filled Choice widgets. More...

Inheritance diagram for gui.controls.NotEmptyChoiceValidator:

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...
 

Detailed Description

Force filled Choice widgets.

Member Function Documentation

◆ Clone()

def gui.controls.NotEmptyChoiceValidator.Clone (   self)

Standard cloner.

Note
Every validator must implement the Clone() method.

Reimplemented from gui.controls.BaseValidator.

◆ Validate()

def gui.controls.NotEmptyChoiceValidator.Validate (   self,
  unused 
)

Validate the contents of the given text control.

Reimplemented from gui.controls.BaseValidator.


The documentation for this class was generated from the following file: