Uses of Class
com.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of HasHorizontalAlignment.AutoHorizontalAlignmentConstant in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionstatic class
Possible return values forHasHorizontalAlignment.getHorizontalAlignment()
, and parameter values forHasHorizontalAlignment.setHorizontalAlignment(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant)
.Modifier and TypeFieldDescriptionHasAutoHorizontalAlignment.ALIGN_CONTENT_END
Specifies that the widget's contents should be aligned right for LTR content, left for RTL content, and if the content's direction is DEFAULT, likeHasHorizontalAlignment.ALIGN_LOCALE_END
.HasAutoHorizontalAlignment.ALIGN_CONTENT_START
Specifies that the widget's contents should be aligned left for LTR content, right for RTL content, and if the content's direction is DEFAULT, likeHasHorizontalAlignment.ALIGN_LOCALE_START
.Modifier and TypeMethodDescriptionHasAutoHorizontalAlignment.getAutoHorizontalAlignment()
Gets the horizontal auto-alignment setting.LabelBase.getAutoHorizontalAlignment()
Modifier and TypeMethodDescriptionvoid
HasAutoHorizontalAlignment.setAutoHorizontalAlignment
(HasHorizontalAlignment.AutoHorizontalAlignmentConstant autoHorizontalAlignment) Sets the horizontal alignment, allowing in addition to the "static"HasHorizontalAlignment.HorizontalAlignmentConstant
values, the "automatic"HasHorizontalAlignment.AutoHorizontalAlignmentConstant
values that depend on the content direction.void
LabelBase.setAutoHorizontalAlignment
(HasHorizontalAlignment.AutoHorizontalAlignmentConstant autoAlignment)