SelectFieldBase =============== .. currentmodule:: bootlace.forms.fields .. autoclass:: SelectFieldBase :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~SelectFieldBase.do_not_call_in_templates ~SelectFieldBase.errors ~SelectFieldBase.option_widget ~SelectFieldBase.process_errors ~SelectFieldBase.raw_data ~SelectFieldBase.validators ~SelectFieldBase.widget .. rubric:: Methods Summary .. autosummary:: ~SelectFieldBase.__call__ ~SelectFieldBase.check_validators ~SelectFieldBase.gettext ~SelectFieldBase.has_groups ~SelectFieldBase.iter_choices ~SelectFieldBase.iter_groups ~SelectFieldBase.ngettext ~SelectFieldBase.populate_obj ~SelectFieldBase.post_validate ~SelectFieldBase.pre_validate ~SelectFieldBase.process ~SelectFieldBase.process_data ~SelectFieldBase.process_formdata ~SelectFieldBase.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