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

Force filled TextCtrl widgets. More...

Inheritance diagram for gui.controls.NotEmptyValidator:

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

Member Function Documentation

◆ Clone()

def gui.controls.NotEmptyValidator.Clone (   self)

Standard cloner.

Note
Every validator must implement the Clone() method.

Reimplemented from gui.controls.BaseValidator.

◆ Validate()

def gui.controls.NotEmptyValidator.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: