Package org.adempiere.webui.event
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
Modifier and TypeFieldDescriptionstatic 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 running of processstatic final String
On window close event, use this for highlight mode window to simulate modal window
-
Field Details
-
ON_WINDOW_CLOSE
On window close event, use this for highlight mode window to simulate modal window- See Also:
-
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 running of process- See Also:
-