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