The GUI context for an camelot.admin.action.Action. On top of the attributes of the camelot.admin.action.base.GuiContext, this context contains :
the the camelot.view.workspace.DesktopWorkspace of the application in which views can be opened or adapted.
the application admin.
alias of ApplicationActionModelContext
The Model context for an camelot.admin.action.Action. On top of the attributes of the camelot.admin.action.base.ModelContext, this context contains :
the application admin.
Generic ApplicationAction that acts upon an Entity class
An application action that opens a new view of an Entity
Parameters: | entity_admin – an instance of camelot.admin.entity_admin.EntityAdmin to be used to visualize the entities |
---|
An application action that opens a TableView of an Entity
Parameters: | entity_admin – an instance of camelot.admin.entity_admin.EntityAdmin to be used to visualize the entities |
---|
Display the help window
Convert a python structure to an ApplicationAction
Parameters: | application_admin – the camelot.admin.application_admin.ApplicationAdmin to use to create other Admin classes. |
---|