.admingui.console-common-full-plugin.3.1.1-b09.source-code.tableButtons.inc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common-full-plugin
Show all versions of console-common-full-plugin
Plugin bundle for GlassFish v3 Admin Console common-full package
$page{topActionGroup});
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$pageSession{selectedRows});
gfr.deleteSelectedResources();
gf.redirect(page="#{pageSession.listLink}");
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$pageSession{selectedRows});
gfr.enableSelectedResources();
setAttribute(key="selectedRows" value="$pageSession{selectedRows}");
prepareAlertMsg(summary="$resource{i18n.msg.enableResourceSuccessful}", type="success");
gf.redirect(page="#{pageSession.listLink}?alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}");
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$pageSession{selectedRows});
gfr.disableSelectedResources();
setAttribute(key="selectedRows" value="$pageSession{selectedRows}");
prepareAlertMsg(summary="$resource{i18n.msg.disableResourceSuccessful}", type="success");
gf.redirect(page="#{pageSession.listLink}?alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}");
/>