item_view

Various ActionStep subclasses that manipulate the item_view of the ListActionGuiContext.

class camelot.view.action_steps.item_view.ClearSelection[source]

Deselect all selected items.

class camelot.view.action_steps.item_view.OpenTableView(admin, value)[source]

Open a new table view in the workspace.

Parameters:
  • admin – an camelot.admin.object_admin.ObjectAdmin instance
  • value – a list of objects or a query
title
the title of the the new view
subclasses
a tree of subclasses to be displayed on the left of the
new_tab
open the view in a new tab instead of the current tab
class camelot.view.action_steps.item_view.UpdateTableView(admin, value)[source]

Change the admin and or value of an existing table view

Parameters:
  • admin – an camelot.admin.object_admin.ObjectAdmin instance
  • value – a list of objects or a query