Uses of Class
com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant

Packages that use DockPanel.DockLayoutConstant
com.google.gwt.user.client.ui   
 

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
          Specifies that a widget be added at the center of the dock.
static DockPanel.DockLayoutConstant DockPanel.EAST
          Specifies that a widget be added at the east edge of the dock.
static DockPanel.DockLayoutConstant DockPanel.NORTH
          Specifies that a widget be added at the north edge of the dock.
static DockPanel.DockLayoutConstant DockPanel.SOUTH
          Specifies that a widget be added at the south edge of the dock.
static DockPanel.DockLayoutConstant DockPanel.WEST
          Specifies that a widget be added at the west edge of the dock.
 

Methods in com.google.gwt.user.client.ui with parameters of type DockPanel.DockLayoutConstant
 boolean DockPanel.add(Widget widget, DockPanel.DockLayoutConstant direction)
          Adds a widget to the specified edge of the dock.
 



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