Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Field and Description |
---|---|
DockLayoutPanel.Direction |
DockLayoutPanel.LayoutData.direction |
Modifier and Type | Method and Description |
---|---|
protected DockLayoutPanel.Direction |
DockLayoutPanel.getResolvedDirection(DockLayoutPanel.Direction direction)
Resolve the specified direction based on the current locale.
|
DockLayoutPanel.Direction |
DockLayoutPanel.getWidgetDirection(Widget child)
Gets the layout direction of the given child widget.
|
static DockLayoutPanel.Direction |
DockLayoutPanel.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.
|
Modifier and Type | Method and Description |
---|---|
protected DockLayoutPanel.Direction |
DockLayoutPanel.getResolvedDirection(DockLayoutPanel.Direction direction)
Resolve the specified direction based on the current locale.
|
void |
SplitLayoutPanel.insert(Widget child,
DockLayoutPanel.Direction direction,
double size,
Widget before) |
protected void |
DockLayoutPanel.insert(Widget widget,
DockLayoutPanel.Direction direction,
double size,
Widget before)
Adds a widget to the specified edge of the dock.
|
Constructor and Description |
---|
LayoutData(DockLayoutPanel.Direction direction,
double size,
Layout.Layer layer) |