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

class horizon.dashboards.syspanel.users.views.CreateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

CreateView.form_class

alias of CreateUserForm

class horizon.dashboards.syspanel.users.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of _meta

class horizon.dashboards.syspanel.users.views.UpdateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

UpdateView.form_class

alias of UpdateUserForm

UpdateView.get_initial()[source]
UpdateView.get_object(*args, **kwargs)[source]

Previous topic

The horizon.dashboards.syspanel.users.panel Module

Next topic

The horizon.dashboards.syspanel.users.forms Module

This Page