Package lemon :: Package html :: Module fields :: Class File
[show private | hide private]
[frames | no frames]

Class File

Field --+    
        |    
    Input --+
            |
           File


File Input Field.

Method Summary
    Inherited from Input
  __init__(self, name, default, description, error, size, maxlength, required)
Initialisation code...
  frozen(self)
Should be overridden.
  hidden(self)
Should be overridden.
  html(self)
Should be overridden.
  populate(self, form)
Populates the field from a dictionary of cgi variables.
    Inherited from Field
  __getattr__(self, name)
  builderValue(self)
Perform any final changes on the finished value then return.
  description(self)
  error(self)
  get(self)
  name(self)
  set(self, value)
Sets the value of the field manually.
  setError(self, value)
  type(self)
  valid(self, value)

Generated by Epydoc 2.0 on Mon Nov 10 15:08:12 2003 http://epydoc.sf.net