|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.RichTextArea.Justification
public static class RichTextArea.Justification
Justification enumeration. The three values are left
,
right
, center
.
Field Summary | |
---|---|
static RichTextArea.Justification |
CENTER
Center justification. |
static RichTextArea.Justification |
FULL
Full justification. |
static RichTextArea.Justification |
LEFT
Left justification. |
static RichTextArea.Justification |
RIGHT
Right justification. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RichTextArea.Justification CENTER
public static final RichTextArea.Justification FULL
public static final RichTextArea.Justification LEFT
public static final RichTextArea.Justification RIGHT
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |