Uses of Class
com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant
Packages that use DockPanel.DockLayoutConstant
Package
Description
Widgets, Panels, and other user-interface classes.
- 
Uses of DockPanel.DockLayoutConstant in com.google.gwt.user.client.uiFields in com.google.gwt.user.client.ui declared as DockPanel.DockLayoutConstantModifier and TypeFieldDescriptionstatic final DockPanel.DockLayoutConstantDockPanel.CENTERSpecifies that a widget be added at the center of the dock.DockPanel.LayoutData.directionstatic final DockPanel.DockLayoutConstantDockPanel.EASTSpecifies that a widget be added at the east edge of the dock.static final DockPanel.DockLayoutConstantDockPanel.LINE_ENDSpecifies that a widget be added at the end of the line direction for the layout.static final DockPanel.DockLayoutConstantDockPanel.LINE_STARTSpecifies that a widget be added at the beginning of the line direction for the layout.static final DockPanel.DockLayoutConstantDockPanel.NORTHSpecifies that a widget be added at the north edge of the dock.static final DockPanel.DockLayoutConstantDockPanel.SOUTHSpecifies that a widget be added at the south edge of the dock.static final DockPanel.DockLayoutConstantDockPanel.WESTSpecifies that a widget be added at the west edge of the dock.Methods in com.google.gwt.user.client.ui that return DockPanel.DockLayoutConstantModifier and TypeMethodDescriptionDockPanel.getWidgetDirection(Widget w) Gets the layout direction of the given child widget.Methods in com.google.gwt.user.client.ui with parameters of type DockPanel.DockLayoutConstantModifier and TypeMethodDescriptionvoidDockPanel.add(IsWidget widget, DockPanel.DockLayoutConstant direction) Overloaded version for IsWidget.voidDockPanel.add(Widget widget, DockPanel.DockLayoutConstant direction) Adds a widget to the specified edge of the dock.Constructors in com.google.gwt.user.client.ui with parameters of type DockPanel.DockLayoutConstant