Java com.google.gwt.user.client.ui HasHorizontalAlignment fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui HasHorizontalAlignment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui HasHorizontalAlignment.

The text is from its open source code.

Implementation

com.google.gwt.user.client.ui.HasHorizontalAlignment has the following implementations.
Click this link to see all its implementation.

Field

HorizontalAlignmentConstantALIGN_CENTER
Specifies that the widget's contents should be aligned in the center.
HorizontalAlignmentConstantALIGN_JUSTIFY
Specifies that the widget's contents should be aligned as justify.
HorizontalAlignmentConstantALIGN_LEFT
Specifies that the widget's contents should be aligned to the left.
HorizontalAlignmentConstantALIGN_RIGHT
Specifies that the widget's contents should be aligned to the right.
HorizontalAlignmentConstantALIGN_LOCALE_START
In a RTL layout, specifies that the widget's contents should be aligned to the right.
HorizontalAlignmentConstantALIGN_LOCALE_END
In a RTL layout, specifies that the widget's contents should be aligned to the left.
HorizontalAlignmentConstantALIGN_DEFAULT
Synonym of #ALIGN_LOCALE_START .

Method

HorizontalAlignmentConstantgetHorizontalAlignment()
Gets the horizontal alignment.
voidsetHorizontalAlignment(HorizontalAlignmentConstant align)
Sets the horizontal alignment.