Package zope :: Package configuration :: Package tests :: Module test_nested :: Class ITextInfo
[show private | hide private]
[frames | no frames]

Type ITextInfo

Interface --+    
            |    
   IFieldInfo --+
                |
               ITextInfo


Class Variable Summary
unicode max_length = u'Maximum length\n\nValue after whitespace ...
unicode min_length = u'Minimum length\n\nValue after whitespace ...
unicode name = u'The field name'
unicode readonly = u'Read Only\n\nCan the value be modified?'
unicode required = u'Required\n\nDetermines whether a value is r...
unicode title = u'Title\n\nA short summary or label'

Class Variable Details

max_length

Type:
unicode
Value:
u'Maximum length\n\nValue after whitespace processing cannot have grea\
ter or equal than max_length characters. If max_length is None, there \
is no maximum.'                                                        

min_length

Type:
unicode
Value:
u'Minimum length\n\nValue after whitespace processing cannot have less\
 than min_length characters. If min_length is None, there is no minimu\
m.'                                                                    

name

Type:
unicode
Value:
u'The field name'                                                      

readonly

Type:
unicode
Value:
u'Read Only\n\nCan the value be modified?'                             

required

Type:
unicode
Value:
u'Required\n\nDetermines whether a value is required.'                 

title

Type:
unicode
Value:
u'Title\n\nA short summary or label'                                   

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