com.google.gwt.libideas.client
Class BiDiUtil

java.lang.Object
  extended by 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.
 
Constructor Summary
BiDiUtil()
           
 
Method Summary
static boolean isRightToLeft()
          Is the language left to right? If no Oracle is set,defaults to false.
static void setRTLOracle(BiDiUtil.RTLOracle oracle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiDiUtil

public BiDiUtil()
Method Detail

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?