Class CloseWindow

All Implemented Interfaces:
Composable, MultiPhased

public class CloseWindow extends SinglePhaseAction
CloseWindow is a subclass of SinglePhaseAction which closes window(s).
Author:
Kimberly
  • Constructor Details

    • CloseWindow

      public CloseWindow(boolean closeAllRegistered)
      Create a new action representing closing window.
      Parameters:
      closeAllRegistered - true: close all registered windows; false: close only the focus window
  • Method Details