Implements methods to keep wxPython happy and some helper methods. More...
Public Member Functions | |
| def | Clone (self) |
| def | TransferFromWindow (self) |
| def | TransferToWindow (self) |
| def | Validate (self, win) |
Private Member Functions | |
| def | _set_focus_to_text_control (self, ctrl) |
| def | _show_error (self, message, title="Validation Error") |
Implements methods to keep wxPython happy and some helper methods.
Definition at line 25 of file __init__.py.
|
private |
Definition at line 49 of file __init__.py.
|
private |
Definition at line 44 of file __init__.py.
| def robotide.validators._AbstractValidator.Clone | ( | self | ) |
Reimplemented in robotide.validators._NameValidator, robotide.validators.SuiteFileNameValidator, and robotide.validators.NonEmptyValidator.
Definition at line 27 of file __init__.py.
| def robotide.validators._AbstractValidator.TransferFromWindow | ( | self | ) |
Definition at line 30 of file __init__.py.
| def robotide.validators._AbstractValidator.TransferToWindow | ( | self | ) |
Definition at line 33 of file __init__.py.
| def robotide.validators._AbstractValidator.Validate | ( | self, | |
| win | |||
| ) |
Definition at line 36 of file __init__.py.