Uses of Class
org.uberfire.client.annotations.WorkbenchEditor.LockingStrategy
-
Packages that use WorkbenchEditor.LockingStrategy Package Description org.uberfire.client.annotations -
-
Uses of WorkbenchEditor.LockingStrategy in org.uberfire.client.annotations
Methods in org.uberfire.client.annotations that return WorkbenchEditor.LockingStrategy Modifier and Type Method Description WorkbenchEditor.LockingStrategylockingStrategy()Defines how and if locks are acquired when using this editor.static WorkbenchEditor.LockingStrategyWorkbenchEditor.LockingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkbenchEditor.LockingStrategy[]WorkbenchEditor.LockingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-