Class UserManagementPanel.PySaveContext
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.components.UserManagementPanel.PySaveContext
 
- 
- Enclosing class:
- UserManagementPanel
 
 public static class UserManagementPanel.PySaveContext extends java.lang.ObjectThis 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 Constructor Description PySaveContext()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReason()booleanisReject()voidrejectSave(java.lang.String reason)
 
-