Package qm :: Package test :: Module test :: Class TargetGroupField
[hide private]
[frames] | no frames]

Class TargetGroupField

source code

  object --+        
           |        
fields.Field --+    
               |    
fields.TextField --+
                   |
                  TargetGroupField

A 'TargetGroupField' contains a target group pattern.

A target group pattern is a regular expression. A test will only be run on a particular target if the target's group is matched by the test's target group pattern.

Instance Methods [hide private]
 
GetDescription(self)
Return a description of this field.
source code

Inherited from fields.TextField: FormatValueAsHtml, FormatValueAsText, GetHelp, GetValueFromDomNode, MakeDomNodeForValue, ParseFormValue, ParseTextValue, Validate, __init__

Inherited from fields.Field: GetBriefDescription, GetDefaultValue, GetHtmlFormFieldName, GetHtmlHelp, GetName, GetSubfields, GetTitle, IsComputed, IsHidden, IsReadOnly, SetName, __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from fields.Field: form_field_prefix

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

GetDescription(self)

source code 

Return a description of this field.

This description is used when displaying detailed help information about the field.

Overrides: fields.Field.GetDescription