FieldList ========= .. currentmodule:: bootlace.forms.fields .. autoclass:: FieldList :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~FieldList.data ~FieldList.do_not_call_in_templates ~FieldList.errors ~FieldList.process_errors ~FieldList.raw_data ~FieldList.validators ~FieldList.widget .. rubric:: Methods Summary .. autosummary:: ~FieldList.__call__ ~FieldList.append_entry ~FieldList.check_validators ~FieldList.gettext ~FieldList.ngettext ~FieldList.pop_entry ~FieldList.populate_obj ~FieldList.post_validate ~FieldList.pre_validate ~FieldList.process ~FieldList.process_data ~FieldList.process_formdata ~FieldList.validate .. rubric:: Attributes Documentation .. autoattribute:: data .. autoattribute:: do_not_call_in_templates .. autoattribute:: errors .. autoattribute:: process_errors .. autoattribute:: raw_data .. autoattribute:: validators .. autoattribute:: widget .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: append_entry .. automethod:: check_validators .. automethod:: gettext .. automethod:: ngettext .. automethod:: pop_entry .. automethod:: populate_obj .. automethod:: post_validate .. automethod:: pre_validate .. automethod:: process .. automethod:: process_data .. automethod:: process_formdata .. automethod:: validate