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

Class TargetGroupField
source code

  object --+        
           |        
       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.

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__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__


Class Variables [hide private]

Inherited from fields.Field: form_field_prefix

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