Class UXUtils
java.lang.Object
overit.geocallapp.wfm.core.ux.utils.UXUtils
UX utility class
- Since:
- 11.0
-
Method Summary
-
Method Details
-
showConfirmAlert
public static void showConfirmAlert(String event, String message, String confirmParam, Component component) Shows a confirmation alert in theWindowcontaining the givenComponent.
Clicking the confirmation button triggers the given event.- Parameters:
event- the eventmessage- the alert messageconfirmParam- the parameter received by the eventcomponent- theComponent
-