Uses of Class
com.google.gwt.user.client.ui.DockLayoutPanel.Direction
-
Packages that use DockLayoutPanel.Direction Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of DockLayoutPanel.Direction in com.google.gwt.user.client.ui
Fields in com.google.gwt.user.client.ui declared as DockLayoutPanel.Direction Modifier and Type Field Description DockLayoutPanel.DirectionDockLayoutPanel.LayoutData. directionMethods in com.google.gwt.user.client.ui that return DockLayoutPanel.Direction Modifier and Type Method Description protected DockLayoutPanel.DirectionDockLayoutPanel. getResolvedDirection(DockLayoutPanel.Direction direction)Resolve the specified direction based on the current locale.DockLayoutPanel.DirectionDockLayoutPanel. getWidgetDirection(Widget child)Gets the layout direction of the given child widget.static DockLayoutPanel.DirectionDockLayoutPanel.Direction. valueOf(java.lang.String name)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.Methods in com.google.gwt.user.client.ui with parameters of type DockLayoutPanel.Direction Modifier and Type Method Description protected DockLayoutPanel.DirectionDockLayoutPanel. getResolvedDirection(DockLayoutPanel.Direction direction)Resolve the specified direction based on the current locale.protected voidDockLayoutPanel. insert(Widget widget, DockLayoutPanel.Direction direction, double size, Widget before)Adds a widget to the specified edge of the dock.voidSplitLayoutPanel. insert(Widget child, DockLayoutPanel.Direction direction, double size, Widget before)Constructors in com.google.gwt.user.client.ui with parameters of type DockLayoutPanel.Direction Constructor Description LayoutData(DockLayoutPanel.Direction direction, double size, Layout.Layer layer)
-