Package | Description |
---|---|
com.google.gwt.layout.client |
Classes for laying out container elements.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
Layout.Layer |
Layout.attachChild(Element child)
Attaches a child element to this layout.
|
Layout.Layer |
Layout.attachChild(Element child,
Element before)
Attaches a child element to this layout.
|
Layout.Layer |
Layout.attachChild(Element child,
Element before,
java.lang.Object userObject)
Attaches a child element to this layout.
|
Layout.Layer |
Layout.attachChild(Element child,
java.lang.Object userObject)
Attaches a child element to this layout.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutImplIE8.layout(Layout.Layer layer) |
void |
LayoutImpl.layout(Layout.Layer layer) |
void |
Layout.AnimationCallback.onLayout(Layout.Layer layer,
double progress)
Called at each step of the animation, for each layer being laid out.
|
void |
Layout.removeChild(Layout.Layer layer)
Removes a child element from this layout.
|
Modifier and Type | Field and Description |
---|---|
Layout.Layer |
DockLayoutPanel.LayoutData.layer |
Constructor and Description |
---|
LayoutData(DockLayoutPanel.Direction direction,
double size,
Layout.Layer layer) |