airgun.views.computeprofile

Module Contents

Classes

ComputeProfilesView

Base view for Satellite pages

ComputeProfileCreateView

Base view for Satellite pages

ComputeProfileDetailView

Base view for Satellite pages

ComputeProfileRenameView

Base view for Satellite pages

class airgun.views.computeprofile.ComputeProfilesView(parent, logger=None, **kwargs)

Base view for Satellite pages

title
new
table
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

class airgun.views.computeprofile.ComputeProfileCreateView(parent, logger=None, **kwargs)

Base view for Satellite pages

breadcrumb
name
submit
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

class airgun.views.computeprofile.ComputeProfileDetailView(parent, logger=None, **kwargs)

Base view for Satellite pages

breadcrumb
table
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

class airgun.views.computeprofile.ComputeProfileRenameView(parent, logger=None, **kwargs)

Base view for Satellite pages

property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool