Package coprs :: Module forms :: Class MultiCheckboxField
[hide private]
[frames] | no frames]

Class MultiCheckboxField

source code


Nested Classes [hide private]

Inherited from wtforms.fields.core.SelectFieldBase (private): _Option

Instance Methods [hide private]

Inherited from wtforms.fields.core.SelectMultipleField: iter_choices, pre_validate, process_data, process_formdata

Inherited from wtforms.fields.core.SelectField: __init__

Inherited from wtforms.fields.core.SelectFieldBase: __iter__

Inherited from wtforms.fields.core.Field: __call__, __html__, __str__, __unicode__, gettext, ngettext, populate_obj, post_validate, process, validate

Inherited from wtforms.fields.core.Field (private): _run_validation_chain

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]

Inherited from wtforms.fields.core.Field: __new__

Class Variables [hide private]
  widget = wtforms.widgets.ListWidget(prefix_label= False)
  option_widget = wtforms.widgets.CheckboxInput()

Inherited from wtforms.fields.core.Field: do_not_call_in_templates, errors, process_errors, raw_data, validators

Inherited from wtforms.fields.core.Field (private): _formfield, _translations

Properties [hide private]

Inherited from object: __class__