The openstack_dashboard.dashboards.admin.users.views ModuleΒΆ

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

Bases: horizon.forms.views.ModalFormView

CreateView.dispatch(*args, **kwargs)[source]
CreateView.form_class

alias of CreateUserForm

CreateView.get_form_kwargs()[source]
CreateView.get_initial()[source]
class openstack_dashboard.dashboards.admin.users.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of UsersTable

class openstack_dashboard.dashboards.admin.users.views.UpdateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

UpdateView.dispatch(*args, **kwargs)[source]
UpdateView.form_class

alias of UpdateUserForm

UpdateView.get_context_data(**kwargs)[source]
UpdateView.get_initial()[source]
UpdateView.get_object()[source]

Previous topic

The openstack_dashboard.dashboards.admin.instances.tests Module

Next topic

The openstack_dashboard.dashboards.admin.users.tables Module

This Page