You will find here the complete list of Jspresso built-in actions along with their Spring id and a short description.
Table IV.107. Built-in actions
| Spring Id | SJS Id | Description |
|---|---|---|
| pasteCollectionBackAction | back.component.paste | Pastes entities/components from the application clipboard. |
| removeCollectionFromMasterBackAction | back.component.remove | Marks the selected objects for deletion (next save operation) and removes them from the master managed collection. |
| saveBackAction | back.component.save | Gets a collection of entities to save out of the context and saves them transactionally. |
| createQueryComponentAction | back.filter.create | Creates a filter model for QBE queries and set it as value of the filter model connector retrieved from the context. |
| initModuleFilterAction | back.filter.init | Retrieves the current module filter connector and adds it in the context. |
| queryEntitiesBackAction | back.filter.query | Executes an QBE query based on a filter retrieved from the context. The resulting entity collection is added to the context. |
| reloadBackAction | back.module.reload | Reloads current module selected objects from the persistent store. |
| removeFromModuleObjectsAction | back.module.remove | Marks current module selected objects for deletion (next save operation) and removes them from the module managed collection. |
| saveModuleObjectBackAction | back.module.save | Saves the current module selected objects to the persistent store. |
| doPrintBackendAction | back.report.generate | Generates a Jasper report and adds it to the context. |
| scriptedBackAction | back.script.dynamic | Executes a script taken out of the context. Supports any BSF supported language (Groovy, Jython, Beanshell, ...). |
| staticScriptedBackAction | back.script.static | Executes a script statically defined as an action parameter. Supports any BSF supported language (Groovy, Jython, Beanshell, ...). |
| lovFindBackAction | back.lov.find | Standard QBE find action for "list of values". |
| abstractChooseActionAction | front.action.choose | Opens a modal dialog box offering a choice of actions. |
| executeActionAction | front.action.execute | Takes an action out of the context and executes it. |
| chooseActionOkFrontAction | front.action.ok | Gets the selected action and places it in the context for execution. |
| addAnyToMasterFrontAction | front.any.add | Retrieves an object collection from the context and appends it to the master managed collection (no creation). |
| moveDownFrontAction | front.any.down | Moves downward the selected objects contained in an ordered collection. |
| removeAnyCollectionFromMasterFrontAction | front.any.remove | After user confirmation, retrieves an object collection from the context and removes it from the master managed collection. |
| moveUpFrontAction | front.any.up | Moves upward the selected objects contained in an ordered collection. |
| binaryPropertyInfoAction | front.binary.info | Retrieves a binary property value out of the connector and opens a message box displaying the size of the binary content. |
| openFileAsBinaryPropertyAction | front.binary.load | Let the user browse the local file system to choose a file. The file content is used as the content of a binary property. |
| saveBinaryPropertyAsFileAction | front.binary.save | Let the user browse the local file system to choose a file. The file is used to save the content of a binary property. |
| chartAction | front.chart | Computes and displays a fusioncharts chart. |
| abstractAddToMasterFrontAction | front.component.add.abstract | Creates a new entity/component and adds it to the master managed collection. No icon nor accelerator set. |
| addToMasterFrontAction | front.component.add | Creates a new entity/component and adds it to the master managed collection. |
| chooseComponentAction | front.component.choose | Opens a modal dialog to let the user choose an component/entity out of a collection retrieved from the context. |
| cloneEntityCollectionFrontAction | front.component.clone | Duplicates selected entities/components and adds the clones to the master managed collection. |
| copyCollectionFrontAction | front.component.copy | Copies the selected entities/components to the application clipboard. |
| cutCollectionFrontAction | front.component.cut | Cuts the selected entities/components to the application clipboard. |
| editSelectedComponentAction | front.selected.edit | Opens a dialog box to edit the selected entity/component in an arbitrary view. |
| editComponentAction | front.component.edit | Opens a dialog box to edit an entity/component in an arbitrary view. |
| pasteCollectionFrontAction | front.component.paste | Pastes entities/components from the application clipboard. |
| removeEntityCollectionFromMasterFrontAction | front.component.remove | After user confirmation, marks the selected objects for deletion (next save operation) and removes them from the master managed collection. |
| viewConnectorSetAction | front.connector.set | Retrieves an arbitrary value from the context and assigns it to the view connector value. |
| okDialogFrontAction | front.dialog.ok | Closes the top most dialog. Icon and name set. |
| cancelDialogFrontAction | front.dialog.cancel | Closes the top most dialog. Icon and name set. |
| closeDialogAction | front.dialog.close | Closes the top most dialog. |
| modalDialogAction | front.dialog.open | Opens a modal dialog box that is parametrized out of context values (title, view bound to its model, size, secondary action list). |
| openFileAction | front.file.open | Let the user browse the local file system to choose a file. The selected file content is placed in the context. |
| saveFileAction | front.file.save | Let the user browse the local file system to choose a file. The selected file is used to save an arbitrary content taken from the context. |
| nextModuleFilterPageAction | front.filter.next | Moves to the next result page of a filtered module. |
| previousModuleFilterPageAction | front.filter.previous | Moves to the previous result page of a filtered module. |
| queryModuleFilterAction | front.filter.query | Performs the QBE query of a filtered module. |
| infoFrontAction | front.info.dynamic | Retrieves an information message from the context and displays it to the user. |
| staticInfoFrontAction | front.info.static | Translates an information message statically parametrized in the action and displays it to the user. |
| lovAction | front.lov | Pops-up a "list of values" dialog. |
| lovFindFrontAction | front.lov.find | Performs the QBE query of a "list of values". |
| nextLovPageFrontAction | front.lov.next | Moves to the next result page of a "list of values". |
| lovOkFrontAction | front.lov.ok | Gets the selected result from a "list of values" and places it in the context. |
| previousLovPageFrontAction | front.lov.previous | Moves to the previous result page of a "list of values". |
| addMapToMasterFrontAction | front.map.add | Creates a new map and adds it to the master managed collection. |
| cloneMapCollectionFrontAction | front.map.clone | Duplicates selected maps and adds the clones to the master managed collection. |
| cloneMapCollectionFrontAction | front.map.clone | Duplicates selected maps and adds the clones to the master managed collection. |
| cloneModuleObjectFrontAction | front.module.clone | Duplicates selected entities/components and adds the clones to the module managed collection. |
| reloadModuleObjectFrontAction | front.module.reload | Reloads the module selected entity/component from the persistent store. entities/components previously marked for deletion are also restored. |
| removeFromModuleObjectFrontAction | front.module.remove | After user confirmation, marks the selected module entities/components for deletion (next save operation) and removes them from the module managed collection. |
| restartModuleFrontAction | front.module.reset | Restarts the current module. |
| saveModuleObjectFrontAction | front.module.save | Saves the module selected entities/components to the persistent store and performs deletion of previously "marked for deletion" entities/components. |
| saveModuleObjectAndGoBackFrontAction | front.module.save.back | Saves the module selected entities/components to the persistent store and performs deletion of previously "marked for deletion" entities/components. If successful, returns back to the parent module. |
| parentModuleConnectorSelectionFrontAction | front.module.back | Returns back to the parent module. |
| moduleConnectorSelectionFrontAction | front.module.select | Gets a module out or the context and selects it in the current workspace. |
| addAsChildModuleFrontAction | front.module.sub | Gets selected module objects, adds them as current module children then selects them. |
| nextPinnedModuleAction | front.module.next | Navigates to the next pinned module in history. |
| previousPinnedModuleAction | front.module.previous | Navigates to the previous pinned module in history. |
| okCancelFrontAction | front.okcancel.dynamic | Retrieves an ok/cancel message out of the context and displays it to the user. |
| staticOkCancelFrontAction | front.okcancel.static | Retrieves an ok/cancel message statically parametrized in the action and displays it to the user. |
| changePasswordAction | front.password.change | Opens a dialog box allowing the user to initiate a password change operation (old, new, check). |
| printOkFrontAction | front.print.ok | Retrieves the selected Jasper report and puts it in the context for display/print. |
| resetPropertyFrontAction | front.property.reset | Resets a property to its default value. |
| displayReportAction | front.report.display | Displays/prints a Jasper report taken out of the context to the user. |
| reportAction | front.report.dynamic | Retrieves a Jasper report definition out of the context, opens the report parameters entry dialog, then triggers generation and display/print. |
| editReportParametersAction | front.report.edit | Opens a dialog box for the user to input a Jasper report parameters. |
| doPrintAction | front.report.print | Triggers generation and display/print of a Jasper report after parameters input. |
| staticReportAction | front.report.static | Gets a Jasper report definition statically defined as an action parameter, opens the report parameters entry dialog, then triggers generation and display/print. |
| displayUrlFrontAction | front.url.dynamic | Targets the browser (actually a new browser window/tab) to a URL retrieved from the context. |
| staticDisplayUrlFrontAction | front.url.static | Targets the browser (actually a new browser window/tab) to a URL statically defined as an action parameter. The URL is previously translated so thant it can be variabilized based on the user language (used for online help for instance). |
| connectorSelectionFrontAction | front.view.select | Retrieves an object collection out of the context and selects it on the collection view (table, list, tree). |
| wizardAction | front.wizard | Triggers a wizard dialog. |
| yesNoFrontAction | front.yesno.dynamic | Retrieves a yes/no binary question out of the context and displays it to the user. |
| staticYesNoFrontAction | front.yesno.static | Retrieves a yes/no binary question statically parametrized in the action and displays it to the user. |
| yesNoCancelFrontAction | front.yesnocancel.dynamic | Retrieves a yes/no/cancel binary question out of the context and displays it to the user. |
| staticYesNoCancelFrontAction | front.yesnocancel.static | Retrieves a yes/no/cancel binary question statically parametrized in the action and displays it to the user. |