Class RosterManagementPanel.PySaveContext
java.lang.Object
com.inductiveautomation.ignition.alarming.components.RosterManagementPanel.PySaveContext
- Enclosing class:
- RosterManagementPanel
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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisReject()voidrejectCreate(String reason) voidrejectDelete(String reason) voidrejectSave(String reason) 
- 
Constructor Details- 
PySaveContextpublic PySaveContext()
 
- 
- 
Method Details- 
rejectSave
- 
rejectDelete
- 
rejectCreate
- 
isRejectpublic boolean isReject()
- 
getReason
 
-