Class UXUtils

java.lang.Object
overit.geocallapp.wfm.core.ux.utils.UXUtils

public class UXUtils extends Object
UX utility class
Since:
11.0
  • Method Details

    • showConfirmAlert

      public static void showConfirmAlert(String event, String message, String confirmParam, Component component)
      Shows a confirmation alert in the Window containing the given Component.
      Clicking the confirmation button triggers the given event.
      Parameters:
      event - the event
      message - the alert message
      confirmParam - the parameter received by the event
      component - the Component