Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package masked :: Module maskededit :: Class MaskedEditMixin |
|
BaseMaskedComboBox
,
BaseMaskedTextCtrl
Method Summary | |
---|---|
This is the "constructor" for setting up the mixin variable parameters for the composite class. | |
Blanks the current control value by replacing it with the default value. | |
Routine for retrieving the value of any given parameter | |
Routine provided for getting a parameter of an individual field. | |
old name for the GetCtrlParameters function (DEPRECATED) | |
Returns control's value stripped of the template text. | |
Returns True if the value specified (or the value of the control if not specified) is equal to the default value. | |
Returns True if control is equal to an empty value. | |
Indicates whether the value specified (or the current value of the control if not specified) is considered valid. | |
This public function can be used to set individual or multiple masked edit parameters after construction. | |
Routine provided to modify the parameters of a given field. | |
old name for the SetCtrlParameters function (DEPRECATED) |
Class Variable Summary | |
---|---|
dict |
valid_ctrl_params = {'demo': False, 'foregroundColour': ...
|
Method Details |
---|
__init__(self,
name='MaskedEdit',
**kwargs)
This is the "constructor" for setting up the mixin variable parameters for the composite class. |
ClearValue(self)Blanks the current control value by replacing it with the default value. |
GetCtrlParameter(self, paramname)Routine for retrieving the value of any given parameter |
GetFieldParameter(self, field_index, paramname)Routine provided for getting a parameter of an individual field. |
GetMaskParameter(self, paramname)old name for the GetCtrlParameters function (DEPRECATED) |
GetPlainValue(self, candidate=None)Returns control's value stripped of the template text. plainvalue = MaskedEditMixin.GetPlainValue() |
IsDefault(self, value=None)Returns True if the value specified (or the value of the control if not specified) is equal to the default value. |
IsEmpty(self, value=None)Returns True if control is equal to an empty value. (Empty means all editable positions in the template == fillChar.) |
IsValid(self, value=None)Indicates whether the value specified (or the current value of the control if not specified) is considered valid. |
SetCtrlParameters(self, **kwargs)This public function can be used to set individual or multiple masked edit parameters after construction. (See maskededit module overview for the list of valid parameters.) |
SetFieldParameters(self, field_index, **kwargs)Routine provided to modify the parameters of a given field. Because changes to fields can affect the overall control, direct access to the fields is prevented, and the control is always "reconfigured" after setting a field parameter. (See maskededit module overview for the list of valid field-level parameters.) |
SetMaskParameters(self, **kwargs)old name for the SetCtrlParameters function (DEPRECATED) |
Class Variable Details |
---|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:23 2005 | http://epydoc.sf.net |