public interface

HasDirectionalText

implements HasText
com.google.gwt.user.client.ui.HasDirectionalText
Known Indirect Subclasses

Class Overview

An object that implements this interface contains text that has a direction.

Summary

Public Methods
abstract HasDirection.Direction getTextDirection()
Gets the direction of this object's text.
abstract void setText(String text, HasDirection.Direction dir)
Sets this object's text, also declaring its direction.
[Expand]
Inherited Methods
From interface com.google.gwt.user.client.ui.HasText

Public Methods

public abstract HasDirection.Direction getTextDirection ()

Gets the direction of this object's text.

Returns
  • the direction of this object's text

public abstract void setText (String text, HasDirection.Direction dir)

Sets this object's text, also declaring its direction.

Parameters
text the object's new text
dir the text's direction