Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.TextCtrlHandler

Supports saving/restoring a TextCtrl entered string.

This class handles the following wxPython widgets:

  • TextCtrl;
  • SearchCtrl;
  • lib.expando.ExpandoTextCtrl;
  • lib.masked.textctrl.TextCtrl;
  • lib.masked.combobox.ComboBox;
  • lib.masked.ipaddrctrl.IpAddrCtrl;
  • lib.masked.timectrl.TimeCtrl;
  • lib.masked.numctrl.NumCtrl;

class_hierarchy Class Hierarchy

Inheritance diagram for class TextCtrlHandler:


method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class TextCtrlHandler(AbstractHandler)

Supports saving/restoring a TextCtrl entered string.

This class handles the following wxPython widgets:

  • TextCtrl;
  • SearchCtrl;
  • lib.expando.ExpandoTextCtrl;
  • lib.masked.textctrl.TextCtrl;
  • lib.masked.combobox.ComboBox;
  • lib.masked.ipaddrctrl.IpAddrCtrl;
  • lib.masked.timectrl.TimeCtrl;
  • lib.masked.numctrl.NumCtrl;

Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)