| Package | Description | 
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Field and Description | 
|---|---|
| static DockPanel.DockLayoutConstant | DockPanel. CENTERSpecifies that a widget be added at the center of the dock. | 
| static DockPanel.DockLayoutConstant | DockPanel. EASTSpecifies that a widget be added at the east edge of the dock. | 
| static DockPanel.DockLayoutConstant | DockPanel. LINE_ENDSpecifies that a widget be added at the end of the line direction
 for the layout. | 
| static DockPanel.DockLayoutConstant | DockPanel. LINE_STARTSpecifies that a widget be added at the beginning of the line direction
 for the layout. | 
| static DockPanel.DockLayoutConstant | DockPanel. NORTHSpecifies that a widget be added at the north edge of the dock. | 
| static DockPanel.DockLayoutConstant | DockPanel. SOUTHSpecifies that a widget be added at the south edge of the dock. | 
| static DockPanel.DockLayoutConstant | DockPanel. WESTSpecifies that a widget be added at the west edge of the dock. | 
| Modifier and Type | Method and Description | 
|---|---|
| DockPanel.DockLayoutConstant | DockPanel. getWidgetDirection(Widget w)Gets the layout direction of the given child widget. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | 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. | 
Copyright © 2018. All rights reserved.