public interface HasDirectionalText extends HasText
Modifier and Type | Method and Description |
---|---|
HasDirection.Direction |
getTextDirection()
Gets the direction of this object's text.
|
void |
setText(String text,
HasDirection.Direction dir)
Sets this object's text, also declaring its direction.
|
HasDirection.Direction getTextDirection()
void setText(String text, HasDirection.Direction dir)
text
- the object's new textdir
- the text's directionCopyright © 2018. All rights reserved.