Class Dialogs


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void safeOpen​(java.lang.String id, java.lang.String dialogZulFile, java.util.Map<java.lang.String,​java.lang.Object> arguments)
      Opens the specified dialogs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • safeOpen

        public static void safeOpen​(java.lang.String id,
                                    java.lang.String dialogZulFile,
                                    java.util.Map<java.lang.String,​java.lang.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