
public static class HasVerticalAlignment extends Object
The names of the static members of VerticalAlignmentConstant, as well
as simple alignment names (top, middle,
bottom), can be used as values for a
verticalAlignment attribute of any widget that implements this
interface. (In fact, this will work for any widget method that takes a single
VerticalAlignmentConstant value.)
For example,
<g:VerticalPanel verticalAlignment='ALIGN_BOTTOM' /> <g:VerticalPanel verticalAlignment='bottom' />
Copyright © 2018. All rights reserved.