Uses of Class
com.google.gwt.user.client.ui.RichTextArea.Justification
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of RichTextArea.Justification in com.google.gwt.user.client.ui
Modifier and TypeFieldDescriptionstatic final RichTextArea.Justification
RichTextArea.Justification.CENTER
Center justification.static final RichTextArea.Justification
RichTextArea.Justification.FULL
Full justification.static final RichTextArea.Justification
RichTextArea.Justification.LEFT
Left justification.static final RichTextArea.Justification
RichTextArea.Justification.RIGHT
Right justification.Modifier and TypeMethodDescriptionvoid
RichTextArea.BasicFormatter.setJustification
(RichTextArea.Justification justification) Deprecated.Sets the justification.void
RichTextArea.Formatter.setJustification
(RichTextArea.Justification justification) Sets the justification.