com.google.gwt.libideas.client
Class BiDiUtil
java.lang.Object
com.google.gwt.libideas.client.BiDiUtil
public class BiDiUtil
- extends java.lang.Object
Allows authors to support Right-To-Left languages such as Hebrew and Arabic.
This is a temporary class to allow support until the official GWT
internationalization LocalUtil
class is implemented. Therefore, there are no Wiki
Pages, examples, or other documentation associated with this class.
Nested Class Summary |
static class |
BiDiUtil.RTLOracle
Supplies the BiDi information to the system. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BiDiUtil
public BiDiUtil()
setRTLOracle
public static void setRTLOracle(BiDiUtil.RTLOracle oracle)
isRightToLeft
public static boolean isRightToLeft()
- Is the language left to right? If no Oracle is set,defaults to false.
- Returns:
- is the current language setting right to left?