Class Dialogs

java.lang.Object
com.saperion.ngc.dialogs.Dialogs

public final class Dialogs extends Object
This class contains helper methods for dialogs.
Author:
cmerkel
  • Method Details

    • safeOpen

      public static void safeOpen(String id, String dialogZulFile, Map<String,Object> arguments)
      Opens the specified dialogs. When an exception is thrown while the dialog is opened, the exception will be logged at debug-level.
      Parameters:
      dialogZulFile - the ZUL file defining the dialog
      arguments - the arguments for the dialog