All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shared.listTableButtons.inc Maven / Gradle / Ivy

The newest version!



     
        $page{topActionGroup});
        />

        
            
        

        
        
        $attribute{tableRowGroup});
            getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$attribute{selectedRows});

            if (#{pageSession['rest-api']}){
                gf.deleteCascade(endpoint="#{pageSession.parentUrl}/#{pageSession.childType}", selectedRows="${selectedRows}");
            }
            //REST-TODO: need to ensure page that has additionalDeleteHandler to change to use rest-api
            if (#{pageSession.additionalDeleteHandler}){
                gf.invokeHandler(handler="#{pageSession.additionalDeleteHandler}", args="#{pageSession.additionalDeleteHandlerArgs}" );
            }


            gf.redirect(page="#{pageSession.listLink}");
        />

        
        

        
        

        
        

        
        
     
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy