Package com.google.gwt.i18n.shared
Class SafeHtmlBidiFormatter.Factory
- java.lang.Object
-
- com.google.gwt.i18n.shared.BidiFormatterBase.Factory<SafeHtmlBidiFormatter>
-
- com.google.gwt.i18n.shared.SafeHtmlBidiFormatter.Factory
-
- Enclosing class:
- SafeHtmlBidiFormatter
static class SafeHtmlBidiFormatter.Factory extends BidiFormatterBase.Factory<SafeHtmlBidiFormatter>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SafeHtmlBidiFormatter
createInstance(HasDirection.Direction contextDir, boolean alwaysSpan)
-
Methods inherited from class com.google.gwt.i18n.shared.BidiFormatterBase.Factory
getInstance
-
-
-
-
Method Detail
-
createInstance
public SafeHtmlBidiFormatter createInstance(HasDirection.Direction contextDir, boolean alwaysSpan)
- Specified by:
createInstance
in classBidiFormatterBase.Factory<SafeHtmlBidiFormatter>
-
-