Class FolderSelectionDialog.FolderSelectionEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.dialogs.FolderSelectionDialog.FolderSelectionEvent
All Implemented Interfaces:
Serializable
Enclosing class:
FolderSelectionDialog

public static class FolderSelectionDialog.FolderSelectionEvent extends org.zkoss.zk.ui.event.Event
The event that is triggered when a FolderSelectionDialog is closed.
See Also:
  • Constructor Details

    • FolderSelectionEvent

      public FolderSelectionEvent(FolderId id)
      Parameters:
      id - the id of the selected folder
  • Method Details

    • getSelectedFolder

      public FolderId getSelectedFolder()
      Returns:
      the id of the selected folder