The openstack_dashboard.dashboards.admin.images.properties.views ModuleΒΆ

class openstack_dashboard.dashboards.admin.images.properties.views.CreateView(**kwargs)[source]

Bases: openstack_dashboard.dashboards.admin.images.properties.views.PropertyMixin, horizon.forms.views.ModalFormView

CreateView.form_class

alias of CreateProperty

CreateView.get_initial()[source]
CreateView.template_name = 'admin/images/properties/create.html'
class openstack_dashboard.dashboards.admin.images.properties.views.EditView(**kwargs)[source]

Bases: openstack_dashboard.dashboards.admin.images.properties.views.PropertyMixin, horizon.forms.views.ModalFormView

EditView.form_class

alias of EditProperty

EditView.get_initial()[source]
EditView.template_name = 'admin/images/properties/edit.html'
class openstack_dashboard.dashboards.admin.images.properties.views.IndexView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.admin.images.properties.views.PropertyMixin, horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of PropertiesTable

IndexView.template_name = 'admin/images/properties/index.html'
class openstack_dashboard.dashboards.admin.images.properties.views.PropertyMixin[source]

Bases: object

PropertyMixin.get_context_data(**kwargs)[source]
PropertyMixin.get_success_url()[source]

Previous topic

The openstack_dashboard.dashboards.admin.images.properties.urls Module

Next topic

The openstack_dashboard.dashboards.admin.images.properties.forms Module

This Page