|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HasVerticalAlignment.VerticalAlignmentConstant | |
---|---|
com.google.gwt.cell.client | Standard Cell subclasses used by the
cellview widgets. |
com.google.gwt.user.cellview.client | The "cellview" widget set. |
com.google.gwt.user.client.ui | 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.VerticalAlignmentConstant | |
---|---|
(package private) SafeHtml |
IconCellDecorator.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.VerticalAlignmentConstant | |
---|---|
IconCellDecorator(ImageResource icon,
Cell<C> cell,
HasVerticalAlignment.VerticalAlignmentConstant valign,
int spacing)
Construct a new IconCellDecorator . |
Uses of HasVerticalAlignment.VerticalAlignmentConstant in com.google.gwt.user.cellview.client |
---|
Methods in com.google.gwt.user.cellview.client that return HasVerticalAlignment.VerticalAlignmentConstant | |
---|---|
HasVerticalAlignment.VerticalAlignmentConstant |
Column.getVerticalAlignment()
|
Methods in com.google.gwt.user.cellview.client with parameters of type HasVerticalAlignment.VerticalAlignmentConstant | |
---|---|
void |
Column.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
Sets 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.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 |
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. |
protected void |
CellPanel.setCellVerticalAlignment(Element td,
HasVerticalAlignment.VerticalAlignmentConstant align)
|
protected void |
CellPanel.setCellVerticalAlignment(Element td,
HasVerticalAlignment.VerticalAlignmentConstant align)
Deprecated. Call and override #setCellVerticalAlignment(Element,
VerticalAlignmentConstant) instead. |
void |
CellPanel.setCellVerticalAlignment(IsWidget w,
HasVerticalAlignment.VerticalAlignmentConstant align)
Overloaded version for IsWidget. |
void |
DockPanel.setCellVerticalAlignment(Widget w,
HasVerticalAlignment.VerticalAlignmentConstant align)
|
void |
CellPanel.setCellVerticalAlignment(Widget w,
HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the vertical alignment of the given widget within its cell. |
void |
HTMLTable.RowFormatter.setVerticalAlign(int row,
HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the vertical alignment of the specified row. |
void |
VerticalPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the default vertical alignment to be used for widgets added to this panel. |
void |
HorizontalPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the default vertical alignment to be used for widgets added to this panel. |
void |
HasVerticalAlignment.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the vertical alignment. |
void |
DockPanel.setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the default vertical alignment to be used for widgets added to this panel. |
void |
HTMLTable.CellFormatter.setVerticalAlignment(int row,
int column,
HasVerticalAlignment.VerticalAlignmentConstant align)
Sets the vertical alignment of the specified cell. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |