|
GWT 2.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DockPanel.DockLayoutConstant | |
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
| Uses of DockPanel.DockLayoutConstant in com.google.gwt.user.client.ui |
|---|
| Fields in com.google.gwt.user.client.ui declared as DockPanel.DockLayoutConstant | |
|---|---|
static DockPanel.DockLayoutConstant |
DockPanel.CENTER
Deprecated. Specifies that a widget be added at the center of the dock. |
static DockPanel.DockLayoutConstant |
DockPanel.EAST
Deprecated. Specifies that a widget be added at the east edge of the dock. |
static DockPanel.DockLayoutConstant |
DockPanel.LINE_END
Deprecated. Specifies that a widget be added at the end of the line direction for the layout. |
static DockPanel.DockLayoutConstant |
DockPanel.LINE_START
Deprecated. Specifies that a widget be added at the beginning of the line direction for the layout. |
static DockPanel.DockLayoutConstant |
DockPanel.NORTH
Deprecated. Specifies that a widget be added at the north edge of the dock. |
static DockPanel.DockLayoutConstant |
DockPanel.SOUTH
Deprecated. Specifies that a widget be added at the south edge of the dock. |
static DockPanel.DockLayoutConstant |
DockPanel.WEST
Deprecated. Specifies that a widget be added at the west edge of the dock. |
| Methods in com.google.gwt.user.client.ui that return DockPanel.DockLayoutConstant | |
|---|---|
DockPanel.DockLayoutConstant |
DockPanel.getWidgetDirection(Widget w)
Deprecated. Gets the layout direction of the given child widget. |
| Methods in com.google.gwt.user.client.ui with parameters of type DockPanel.DockLayoutConstant | |
|---|---|
void |
DockPanel.add(Widget widget,
DockPanel.DockLayoutConstant direction)
Deprecated. Adds a widget to the specified edge of the dock. |
|
GWT 2.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||