Uses of Enum
com.google.gwt.user.client.ui.DockLayoutPanel.Direction
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of DockLayoutPanel.Direction in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionprotected DockLayoutPanel.Direction
DockLayoutPanel.getResolvedDirection
(DockLayoutPanel.Direction direction) Resolve the specified direction based on the current locale.DockLayoutPanel.getWidgetDirection
(Widget child) Gets the layout direction of the given child widget.static DockLayoutPanel.Direction
Returns the enum constant of this type with the specified name.static DockLayoutPanel.Direction[]
DockLayoutPanel.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected DockLayoutPanel.Direction
DockLayoutPanel.getResolvedDirection
(DockLayoutPanel.Direction direction) Resolve the specified direction based on the current locale.protected void
DockLayoutPanel.insert
(Widget widget, DockLayoutPanel.Direction direction, double size, Widget before) Adds a widget to the specified edge of the dock.void
SplitLayoutPanel.insert
(Widget child, DockLayoutPanel.Direction direction, double size, Widget before) ModifierConstructorDescriptionLayoutData
(DockLayoutPanel.Direction direction, double size, Layout.Layer layer)