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

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

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateGroupForm

form_id = 'create_group_form'
modal_header = <django.utils.functional.__proxy__ object at 0x7fec22d7ed90>
page_title = <django.utils.functional.__proxy__ object at 0x7fec22d7e810>
submit_label = <django.utils.functional.__proxy__ object at 0x7fec22d7e990>
submit_url = <django.utils.functional.__proxy__ object at 0x7fec22d7e910>
success_url = <django.utils.functional.__proxy__ object at 0x7fec22d7e8d0>
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

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

alias of GroupsTable

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

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

alias of GroupMembersTable

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

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

alias of GroupNonMembersTable

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

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateGroupForm

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

Previous topic

The openstack_dashboard.dashboards.identity.groups.tables Module

Next topic

The openstack_dashboard.dashboards.identity.groups.constants Module

Project Source

This Page