Package com.google.gwt.i18n.client
Class BidiPolicy
java.lang.Object
com.google.gwt.i18n.client.BidiPolicy
Provides low-level functionality to determine whether to support bidi.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Implementation class forBidiPolicy
.static class
Implementation class forBidiPolicy
used when bidi is always on. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns true if bidi is enabled, false if disabled.
-
Constructor Details
-
BidiPolicy
public BidiPolicy()
-
-
Method Details
-
isBidiEnabled
public static boolean isBidiEnabled()Returns true if bidi is enabled, false if disabled.
-