.. include:: headings.inc .. currentmodule:: lib.nvdlg .. highlight:: python .. _lib.nvdlg._TransferValidator: ========================================================================================================================================== |phoenix_title| **_TransferValidator** ========================================================================================================================================== This validator is used to transfer values to/from the widgets and attributes of the dialog. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **_TransferValidator** .. raw:: html

Inheritance diagram of _TransferValidator

| |super_classes| Known Superclasses ================================== :class:`PyValidator` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.nvdlg._TransferValidator.__init__` :meth:`~lib.nvdlg._TransferValidator.Clone` :meth:`~lib.nvdlg._TransferValidator.TransferFromWindow` :meth:`~lib.nvdlg._TransferValidator.TransferToWindow` :meth:`~lib.nvdlg._TransferValidator.Validate` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: _TransferValidator(PyValidator) This validator is used to transfer values to/from the widgets and attributes of the dialog. .. method:: __init__(self, name) .. method:: Clone(self) .. method:: TransferFromWindow(self) .. method:: TransferToWindow(self) .. method:: Validate(self, win)