The openstack_dashboard.dashboards.identity.groups.views ModuleΒΆ

class openstack_dashboard.dashboards.identity.groups.views.CreateView[source]

Bases: horizon.forms.views.ModalFormView

CreateView.form_class

alias of CreateGroupForm

CreateView.form_id = 'create_group_form'
CreateView.modal_header = <django.utils.functional.__proxy__ object at 0xd665ad0>
CreateView.page_title = <django.utils.functional.__proxy__ object at 0xd665990>
CreateView.submit_label = <django.utils.functional.__proxy__ object at 0xd665c50>
CreateView.submit_url = <django.utils.functional.__proxy__ object at 0xd665bd0>
CreateView.success_url = <django.utils.functional.__proxy__ object at 0xd6659d0>
CreateView.template_name = 'identity/groups/create.html'
class openstack_dashboard.dashboards.identity.groups.views.GroupManageMixin[source]

Bases: object

class openstack_dashboard.dashboards.identity.groups.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.page_title = <django.utils.functional.__proxy__ object at 0xd665f10>
IndexView.table_class

alias of GroupsTable

IndexView.template_name = 'identity/groups/index.html'
class openstack_dashboard.dashboards.identity.groups.views.ManageMembersView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.identity.groups.views.GroupManageMixin, horizon.tables.views.DataTableView

ManageMembersView.get_context_data(**kwargs)[source]
ManageMembersView.get_data()[source]
ManageMembersView.page_title = <django.utils.functional.__proxy__ object at 0xd665b10>
ManageMembersView.table_class

alias of GroupMembersTable

ManageMembersView.template_name = 'identity/groups/manage.html'
class openstack_dashboard.dashboards.identity.groups.views.NonMembersView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.identity.groups.views.GroupManageMixin, horizon.forms.views.ModalFormMixin, horizon.tables.views.DataTableView

NonMembersView.ajax_template_name = 'identity/groups/_add_non_member.html'
NonMembersView.get_context_data(**kwargs)[source]
NonMembersView.get_data()[source]
NonMembersView.table_class

alias of GroupNonMembersTable

NonMembersView.template_name = 'identity/groups/add_non_member.html'
class openstack_dashboard.dashboards.identity.groups.views.UpdateView[source]

Bases: horizon.forms.views.ModalFormView

UpdateView.form_class

alias of UpdateGroupForm

UpdateView.form_id = 'update_group_form'
UpdateView.get_context_data(**kwargs)[source]
UpdateView.get_initial()[source]
UpdateView.get_object(*args, **kwargs)[source]
UpdateView.modal_header = <django.utils.functional.__proxy__ object at 0xd665a90>
UpdateView.page_title = <django.utils.functional.__proxy__ object at 0xce7c810>
UpdateView.submit_label = <django.utils.functional.__proxy__ object at 0xd665a50>
UpdateView.submit_url = 'horizon:identity:groups:update'
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0xd665b90>
UpdateView.template_name = 'identity/groups/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.groups Module

Next topic

The openstack_dashboard.dashboards.identity.groups.urls Module

This Page