i18n.bidi.DirectionalString
Strings that have an (optional) known direction. Implementations of this interface are string-like objects that carry an attached direction, if known.

Inheritance

Constructor

goog.i18n.bidi.DirectionalString()

Instance Methods

Public Protected Private
getDirection() ?goog.i18n.bidi.Dir
Retrieves this object's known direction (if any).
Returns: ?goog.i18n.bidi.Dir  The known direction. Null if unknown.
code »

Instance Properties

implementsGoogI18nBidiDirectionalString :
Interface marker of the DirectionalString interface. This property can be used to determine at runtime whether or not an object implements this interface. All implementations of this interface set this property to true.
Code »

Package i18n.bidi

Package Reference