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