SafeHtmlBidiFormatter |
SafeHtmlBidiFormatter.Factory.createInstance(HasDirection.Direction contextDir,
boolean alwaysSpan) |
|
static SafeHtmlBidiFormatter |
SafeHtmlBidiFormatter.getInstance(boolean rtlContext) |
Factory for creating an instance of SafeHtmlBidiFormatter given the context
direction.
|
static SafeHtmlBidiFormatter |
SafeHtmlBidiFormatter.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 SafeHtmlBidiFormatter |
SafeHtmlBidiFormatter.getInstance(HasDirection.Direction contextDir) |
Factory for creating an instance of SafeHtmlBidiFormatter given the context
direction.
|
static SafeHtmlBidiFormatter |
SafeHtmlBidiFormatter.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 SafeHtmlBidiFormatter |
SafeHtmlBidiFormatter.getInstanceForCurrentLocale() |
Factory for creating an instance of SafeHtmlBidiFormatter whose context
direction matches the current locale's direction.
|
static SafeHtmlBidiFormatter |
SafeHtmlBidiFormatter.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).
|