Class UserManagementPanel.PySaveContext
java.lang.Object
com.inductiveautomation.factorypmi.application.components.UserManagementPanel.PySaveContext
- Enclosing class:
- UserManagementPanel
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.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PySaveContextpublic PySaveContext()
 
- 
- 
Method Details- 
rejectSave
- 
isRejectpublic boolean isReject()
- 
getReason
 
-