The horizon.dashboards.syspanel.users.views ModuleΒΆ

class horizon.dashboards.syspanel.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]
CreateView.success_url = <django.utils.functional.__proxy__ object at 0xb54412c>
CreateView.template_name = 'syspanel/users/create.html'
class horizon.dashboards.syspanel.users.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of UsersTable

IndexView.template_name = 'syspanel/users/index.html'
class horizon.dashboards.syspanel.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]
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0xb1eedac>
UpdateView.template_name = 'syspanel/users/update.html'

Previous topic

The horizon.dashboards.syspanel.users.tests Module

Next topic

The horizon.dashboards.syspanel.users.urls Module

This Page