Package p6 :: Package metadata :: Module interfaces :: Class IMetadataField
[show private | hide private]
[frames | no frames]

Type IMetadataField

Interface --+
            |
           IMetadataField


Abstracts a single metadata field, along with meta-information for generating the user interface.
Class Variable Summary
str appliesTo = ''
str group = 'Returns a reference to the group which contains...
str id = ''
str key = 'A fully qualified key for this field.'
str label = ''
str type = ''
str validator = "An optional callable which returns a string...

Class Variable Details

appliesTo

Type:
str
Value:
''                                                                     

group

Type:
str
Value:
'Returns a reference to the group which contains this field.'          

id

Type:
str
Value:
''                                                                     

key

Type:
str
Value:
'A fully qualified key for this field.'                                

label

Type:
str
Value:
''                                                                     

type

Type:
str
Value:
''                                                                     

validator

Type:
str
Value:
"An optional callable which returns a string containing an error messa\
ge if the field's value does not validate."                            

Generated by Epydoc 2.1 on Fri Jun 24 12:01:23 2005 http://epydoc.sf.net