Uses of Class
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant

Packages that use HasVerticalAlignment.VerticalAlignmentConstant
com.google.gwt.user.client.ui   
 

Uses of HasVerticalAlignment.VerticalAlignmentConstant in com.google.gwt.user.client.ui
 

Fields in com.google.gwt.user.client.ui declared as HasVerticalAlignment.VerticalAlignmentConstant
static HasVerticalAlignment.VerticalAlignmentConstant HasVerticalAlignment.ALIGN_BOTTOM
          Specifies that the widget's contents should be aligned to the bottom.
static HasVerticalAlignment.VerticalAlignmentConstant HasVerticalAlignment.ALIGN_MIDDLE
          Specifies that the widget's contents should be aligned in the middle.
static HasVerticalAlignment.VerticalAlignmentConstant HasVerticalAlignment.ALIGN_TOP
          Specifies that the widget's contents should be aligned to the top.
 

Methods in com.google.gwt.user.client.ui that return HasVerticalAlignment.VerticalAlignmentConstant
 HasVerticalAlignment.VerticalAlignmentConstant VerticalPanel.getVerticalAlignment()
           
 HasVerticalAlignment.VerticalAlignmentConstant HorizontalPanel.getVerticalAlignment()
           
 HasVerticalAlignment.VerticalAlignmentConstant HasVerticalAlignment.getVerticalAlignment()
          Gets the vertical alignment.
 HasVerticalAlignment.VerticalAlignmentConstant DockPanel.getVerticalAlignment()
           
 

Methods in com.google.gwt.user.client.ui with parameters of type HasVerticalAlignment.VerticalAlignmentConstant
 void VerticalPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
          Sets the default vertical alignment to be used for widgets added to this panel.
 void VerticalPanel.setCellVerticalAlignment(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align)
           
 void HorizontalPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
          Sets the default vertical alignment to be used for widgets added to this panel.
 void HorizontalPanel.setCellVerticalAlignment(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align)
           
 void HasVerticalAlignment.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
          Sets the vertical alignment.
 void HTMLTable.CellFormatter.setAlignment(int row, int column, HasHorizontalAlignment.HorizontalAlignmentConstant hAlign, HasVerticalAlignment.VerticalAlignmentConstant vAlign)
          Sets the horizontal and vertical alignment of the specified cell's contents.
 void HTMLTable.CellFormatter.setVerticalAlignment(int row, int column, HasVerticalAlignment.VerticalAlignmentConstant align)
          Sets the vertical alignment of the specified cell.
 void HTMLTable.RowFormatter.setVerticalAlign(int row, HasVerticalAlignment.VerticalAlignmentConstant align)
          Sets the vertical alignment of the specified row.
 void DockPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
           
 void DockPanel.setCellVerticalAlignment(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align)
           
abstract  void CellPanel.setCellVerticalAlignment(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align)
          Sets the vertical alignment of the given widget within its cell
 



This javadoc distribution was not produced by Google. The official documentation is here.