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 boolean
areHeavyControlsPreferred()
Returns the value indicating whether to prefer heavy controls or not.static boolean
isTestAefSyncMode()
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:
true
if heavy controls are preferred,false
otherwise.
-
isTestAefSyncMode
public static boolean isTestAefSyncMode()
Checks if AEF with async behaviour should work in sync (or pseudo-sync) mode for testing purposes.- Returns:
true
if the AEF should work in sync mode.
-
-