Package com._1c.g5.aef2.utils
Class Aef2Utils
- java.lang.Object
-
- com._1c.g5.aef2.utils.Aef2Utils
-
public final class Aef2Utils extends Object
The AEF 2.0 utility class.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareHeavyControlsPreferred()Returns the value indicating whether to prefer heavy controls or not.static booleanisTestAefSyncMode()Checks if AEF with async behaviour should work in sync (or pseudo-sync) mode for testing purposes.
-
-
-
Method Detail
-
areHeavyControlsPreferred
public static boolean areHeavyControlsPreferred()
Returns the value indicating whether to prefer heavy controls or not.- Returns:
trueif heavy controls are preferred,falseotherwise.
-
isTestAefSyncMode
public static boolean isTestAefSyncMode()
Checks if AEF with async behaviour should work in sync (or pseudo-sync) mode for testing purposes.- Returns:
trueif the AEF should work in sync mode.
-
-