|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasDirectionalText
An object that implements this interface contains text that has a direction.
Method Summary | |
---|---|
HasDirection.Direction |
getTextDirection()
Gets the direction of this object's text. |
void |
setText(java.lang.String text,
HasDirection.Direction dir)
Sets this object's text, also declaring its direction. |
Methods inherited from interface com.google.gwt.user.client.ui.HasText |
---|
getText, setText |
Method Detail |
---|
HasDirection.Direction getTextDirection()
void setText(java.lang.String text, HasDirection.Direction dir)
text
- the object's new textdir
- the text's direction
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |