Uses of Class
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Packages that use HasVerticalAlignment.VerticalAlignmentConstant
Package
Description
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
-
Uses of HasVerticalAlignment.VerticalAlignmentConstant in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client with parameters of type HasVerticalAlignment.VerticalAlignmentConstantModifier and TypeMethodDescription(package private) SafeHtmlIconCellDecorator.getImageHtml(ImageResource res, HasVerticalAlignment.VerticalAlignmentConstant valign, boolean isPlaceholder) Get the HTML representation of an image.Constructors in com.google.gwt.cell.client with parameters of type HasVerticalAlignment.VerticalAlignmentConstantModifierConstructorDescriptionIconCellDecorator(ImageResource icon, Cell<C> cell, HasVerticalAlignment.VerticalAlignmentConstant valign, int spacing) Construct a newIconCellDecorator. -
Uses of HasVerticalAlignment.VerticalAlignmentConstant in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return HasVerticalAlignment.VerticalAlignmentConstantMethods in com.google.gwt.user.cellview.client with parameters of type HasVerticalAlignment.VerticalAlignmentConstantModifier and TypeMethodDescriptionvoidSets the vertical alignment. -
Uses of HasVerticalAlignment.VerticalAlignmentConstant in com.google.gwt.user.client.ui
Fields in com.google.gwt.user.client.ui declared as HasVerticalAlignment.VerticalAlignmentConstantModifier and TypeFieldDescriptionstatic final HasVerticalAlignment.VerticalAlignmentConstantHasVerticalAlignment.ALIGN_BOTTOMSpecifies that the widget's contents should be aligned to the bottom.static final HasVerticalAlignment.VerticalAlignmentConstantHasVerticalAlignment.ALIGN_MIDDLESpecifies that the widget's contents should be aligned in the middle.static final HasVerticalAlignment.VerticalAlignmentConstantHasVerticalAlignment.ALIGN_TOPSpecifies that the widget's contents should be aligned to the top.Methods in com.google.gwt.user.client.ui that return HasVerticalAlignment.VerticalAlignmentConstantModifier and TypeMethodDescriptionDockPanel.getVerticalAlignment()HasVerticalAlignment.getVerticalAlignment()Gets the vertical alignment.HorizontalPanel.getVerticalAlignment()VerticalPanel.getVerticalAlignment()Methods in com.google.gwt.user.client.ui with parameters of type HasVerticalAlignment.VerticalAlignmentConstantModifier and TypeMethodDescriptionvoidHTMLTable.CellFormatter.setAlignment(int row, int column, HasHorizontalAlignment.HorizontalAlignmentConstant hAlign, HasVerticalAlignment.VerticalAlignmentConstant vAlign) Sets the horizontal and vertical alignment of the specified cell's contents.protected voidCellPanel.setCellVerticalAlignment(Element td, HasVerticalAlignment.VerticalAlignmentConstant align) protected voidCellPanel.setCellVerticalAlignment(Element td, HasVerticalAlignment.VerticalAlignmentConstant align) Deprecated.voidCellPanel.setCellVerticalAlignment(IsWidget w, HasVerticalAlignment.VerticalAlignmentConstant align) Overloaded version for IsWidget.voidCellPanel.setCellVerticalAlignment(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align) Sets the vertical alignment of the given widget within its cell.voidDockPanel.setCellVerticalAlignment(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align) voidHTMLTable.RowFormatter.setVerticalAlign(int row, HasVerticalAlignment.VerticalAlignmentConstant align) Sets the vertical alignment of the specified row.voidDockPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align) Sets the default vertical alignment to be used for widgets added to this panel.voidHasVerticalAlignment.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align) Sets the vertical alignment.voidHorizontalPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align) Sets the default vertical alignment to be used for widgets added to this panel.voidHTMLTable.CellFormatter.setVerticalAlignment(int row, int column, HasVerticalAlignment.VerticalAlignmentConstant align) Sets the vertical alignment of the specified cell.voidVerticalPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align) Sets the default vertical alignment to be used for widgets added to this panel.
CellPanel.setCellVerticalAlignment(Element, VerticalAlignmentConstant)instead.