Uses of Class
com._1c.g5.v8.bm.integration.EditingContextState
-
Packages that use EditingContextState Package Description com._1c.g5.v8.bm.integration -
-
Uses of EditingContextState in com._1c.g5.v8.bm.integration
Methods in com._1c.g5.v8.bm.integration that return EditingContextState Modifier and Type Method Description static EditingContextState
EditingContextState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EditingContextState[]
EditingContextState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.bm.integration with parameters of type EditingContextState Modifier and Type Method Description void
IBmEditingContextStateListener. handleStateChange(EditingContextState newState)
Invoked to notify about an editing context state change.
-