Package com.google.gwt.i18n.shared
Class BidiFormatterBase.Factory<T extends BidiFormatterBase>
java.lang.Object
com.google.gwt.i18n.shared.BidiFormatterBase.Factory<T>
- Direct Known Subclasses:
BidiFormatter.Factory
,SafeHtmlBidiFormatter.Factory
- Enclosing class:
BidiFormatterBase
protected abstract static class BidiFormatterBase.Factory<T extends BidiFormatterBase>
extends Object
Abstract factory class for BidiFormatterBase.
BidiFormatterBase subclasses will usually have a non-abstract inner Factory
class subclassed from this one, and use a static member of that class in
order to prevent the needless creation of objects. For example, see
BidiFormatter
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract T
createInstance
(HasDirection.Direction contextDir, boolean alwaysSpan) getInstance
(HasDirection.Direction contextDir, boolean alwaysSpan)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createInstance
-
getInstance
-