Interface DialogEvents

All Known Implementing Classes:
FindWindow, ProcessModalDialog, WChat, WCreateFromForm, WCreateFromWindow, WDocActionPanel, WOnlyCurrentDays, WPaymentFormWindow

public interface DialogEvents
Event constant for popup modal/highlighted dialog.
Author:
hengsin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    event before running of process, other code can inject a long process in there example: at info window, save info to database before run process
    static final String
    on window close event, use this for highlight mode window to simulate modal window
  • Field Details

    • ON_WINDOW_CLOSE

      static final String ON_WINDOW_CLOSE
      on window close event, use this for highlight mode window to simulate modal window
      See Also:
    • ON_BEFORE_RUN_PROCESS

      static final String ON_BEFORE_RUN_PROCESS
      event before running of process, other code can inject a long process in there example: at info window, save info to database before run process
      See Also: