Uses of Class
com.google.gwt.i18n.shared.BidiFormatter
Packages that use BidiFormatter
Package
Description
This package contains i18n classes and interfaces shared between client and
server.
-
Uses of BidiFormatter in com.google.gwt.i18n.shared
Methods in com.google.gwt.i18n.shared that return BidiFormatterModifier and TypeMethodDescriptionBidiFormatter.Factory.createInstance(HasDirection.Direction contextDir, boolean alwaysSpan) static BidiFormatterBidiFormatter.getInstance(boolean rtlContext) Factory for creating an instance of BidiFormatter given the context direction.static BidiFormatterBidiFormatter.getInstance(boolean rtlContext, boolean alwaysSpan) Factory for creating an instance of BidiFormatter given the context direction and the desired span wrapping behavior (see below).static BidiFormatterBidiFormatter.getInstance(HasDirection.Direction contextDir) Factory for creating an instance of BidiFormatter given the context direction.static BidiFormatterBidiFormatter.getInstance(HasDirection.Direction contextDir, boolean alwaysSpan) Factory for creating an instance of BidiFormatter given the context direction and the desired span wrapping behavior (see below).static BidiFormatterBidiFormatter.getInstanceForCurrentLocale()Factory for creating an instance of BidiFormatter whose context direction matches the current locale's direction.static BidiFormatterBidiFormatter.getInstanceForCurrentLocale(boolean alwaysSpan) Factory for creating an instance of BidiFormatter whose context direction matches the current locale's direction, and given the desired span wrapping behavior (see below).