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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisReject()voidrejectCreate(String reason) voidrejectDelete(String reason) voidrejectSave(String reason)
-
Constructor Details
-
PySaveContext
public PySaveContext()
-
-
Method Details
-
rejectSave
-
rejectDelete
-
rejectCreate
-
isReject
public boolean isReject() -
getReason
-