Package org.adempiere.webui.event
Interface DialogEvents
-
- All Known Implementing Classes:
FindWindow,ProcessModalDialog,WChat,WCreateFromForm,WCreateFromWindow,WDocActionPanel,WOnlyCurrentDays,WPaymentFormWindow
public interface DialogEvents- Author:
- hengsin
-
-
Field Summary
Fields Modifier and Type Field Description static StringON_BEFORE_RUN_PROCESSrise event before run process, other code can inject a long process in there example: at info window, save info to database before run processstatic StringON_WINDOW_CLOSEon window close event, use this for highlight mode window to simulate modal window
-
-
-
Field Detail
-
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:
- Constant Field Values
-
ON_BEFORE_RUN_PROCESS
static final String ON_BEFORE_RUN_PROCESS
rise event before run process, other code can inject a long process in there example: at info window, save info to database before run process- See Also:
- Constant Field Values
-
-