ItEr24S08CUAsignacionGrupoRecursosAPlanificacionItEr23S10: [FixBug] Window reopens successfully after having clicked on closable button

This commit is contained in:
Diego Pino Garcia 2009-09-07 01:06:23 +02:00 committed by Óscar González Fernández
parent 4d83aca0ad
commit 4871fd8745

View file

@ -227,6 +227,12 @@ public class ResourceAllocationController extends GenericForwardComposer {
return resourceAllocationRenderer;
}
// Triggered when closable button is clicked
public void onClose(Event event) {
window.setVisible(false);
event.stopPropagation();
}
public void cancel() {
close();
resourceAllocationModel.cancel();