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 run 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 run process- See Also:
-