Class ViewModelUtil


  • public final class ViewModelUtil
    extends java.lang.Object
    This Util class provides common methods used often when working with the view model.
    Since:
    1.2
    Author:
    Eugen Neufeld
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isDebugMode()
      Whether EMF Forms has been started with the debug flag -debugEMFForms.
      • Methods inherited from class java.lang.Object

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

      • isDebugMode

        public static boolean isDebugMode()
        Whether EMF Forms has been started with the debug flag -debugEMFForms.
        Returns:
        true if EMF Forms has been started with the debug flag, false otherwise
        Since:
        1.5