Uses of Class
com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of DockPanel.DockLayoutConstant in com.google.gwt.user.client.ui
Modifier and TypeFieldDescriptionstatic final DockPanel.DockLayoutConstant
DockPanel.CENTER
Specifies that a widget be added at the center of the dock.DockPanel.LayoutData.direction
static final DockPanel.DockLayoutConstant
DockPanel.EAST
Specifies that a widget be added at the east edge of the dock.static final DockPanel.DockLayoutConstant
DockPanel.LINE_END
Specifies that a widget be added at the end of the line direction for the layout.static final DockPanel.DockLayoutConstant
DockPanel.LINE_START
Specifies that a widget be added at the beginning of the line direction for the layout.static final DockPanel.DockLayoutConstant
DockPanel.NORTH
Specifies that a widget be added at the north edge of the dock.static final DockPanel.DockLayoutConstant
DockPanel.SOUTH
Specifies that a widget be added at the south edge of the dock.static final DockPanel.DockLayoutConstant
DockPanel.WEST
Specifies that a widget be added at the west edge of the dock.Modifier and TypeMethodDescriptionDockPanel.getWidgetDirection
(Widget w) Gets the layout direction of the given child widget.Modifier and TypeMethodDescriptionvoid
DockPanel.add
(IsWidget widget, DockPanel.DockLayoutConstant direction) Overloaded version for IsWidget.void
DockPanel.add
(Widget widget, DockPanel.DockLayoutConstant direction) Adds a widget to the specified edge of the dock.