The openstack_dashboard.dashboards.project.data_processing.wizard.forms ModuleΒΆ

class openstack_dashboard.dashboards.project.data_processing.wizard.forms.ChooseJobTypeForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

ChooseJobTypeForm.base_fields = OrderedDict([('guide_job_type', <django.forms.fields.ChoiceField object at 0x93fad90>)])
ChooseJobTypeForm.declared_fields = OrderedDict([('guide_job_type', <django.forms.fields.ChoiceField object at 0x93fad90>)])
ChooseJobTypeForm.handle(request, context)[source]
ChooseJobTypeForm.media
ChooseJobTypeForm.populate_guide_job_type_choices()[source]
class openstack_dashboard.dashboards.project.data_processing.wizard.forms.ChoosePluginForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

class ChoosePluginForm.Meta[source]

Bases: object

ChoosePluginForm.Meta.name = <django.utils.functional.__proxy__ object at 0x93fa910>
ChoosePluginForm.base_fields = OrderedDict()
ChoosePluginForm.declared_fields = OrderedDict()
ChoosePluginForm.get_help_text(extra_context=None)[source]
ChoosePluginForm.handle(request, context)[source]
ChoosePluginForm.media

Previous topic

The openstack_dashboard.dashboards.project.data_processing.wizard.urls Module

Next topic

The openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tables Module

This Page