- Enclosing class:
- RosterManagementPanel
public static class RosterManagementPanel.PySaveContext
extends java.lang.Object
This is available to the user as the saveContext variable passed in on certain extension functions.
The user can call rejectSave() within the extension function to abort the save for any reason. The class
is static due to the need for global access by the Jython scripting engine.
Added rejectDelete and rejectCreate to give users a less clunky method name in delete and create extension
functions.
- Since:
- 7.8.2