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

Class CheckBoxGroup

Field --+    
        |    
     Menu --+
            |
           CheckBoxGroup


Check Box Group Field.

Method Summary
  __init__(self, name, options, default, description, error, align, cols, required)
Initialisation code...
  html(self)
Should be overridden.
  populate(self, form)
Populates the field from a dictionary of cgi variables.
  valid(self, value)
    Inherited from Menu
  frozen(self)
Should be overridden.
  hidden(self)
Should be overridden.
    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)

Method Details

__init__(self, name, options, default=None, description='', error='', align='default', cols=4, required=False)
(Constructor)

Initialisation code
Overrides:
lemon.html.fields.Menu.__init__

html(self)

Should be overridden.
Overrides:
lemon.html.fields.Menu.html (inherited documentation)

populate(self, form)

Populates the field from a dictionary of cgi variables.
Overrides:
lemon.html.fields.Menu.populate (inherited documentation)

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