public static class

RichTextArea.Justification

extends Object
java.lang.Object
   ↳ com.google.gwt.user.client.ui.RichTextArea.Justification

Class Overview

Justification enumeration. The three values are left, right, center.

Summary

Fields
public static final RichTextArea.Justification CENTER Center justification.
public static final RichTextArea.Justification FULL Full justification.
public static final RichTextArea.Justification LEFT Left justification.
public static final RichTextArea.Justification RIGHT Right justification.
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final RichTextArea.Justification CENTER

Center justification.

public static final RichTextArea.Justification FULL

Full justification.

public static final RichTextArea.Justification LEFT

Left justification.

public static final RichTextArea.Justification RIGHT

Right justification.

Public Methods

public String toString ()