Uses of Class
com.google.gwt.layout.client.Layout.Layer
Package
Description
Classes for laying out container elements.
Widgets, Panels, and other user-interface classes.
-
Uses of Layout.Layer in com.google.gwt.layout.client
Modifier and TypeMethodDescriptionLayout.attachChild
(Element child) Attaches a child element to this layout.Layout.attachChild
(Element child, Element before) Attaches a child element to this layout.Layout.attachChild
(Element child, Element before, Object userObject) Attaches a child element to this layout.Layout.attachChild
(Element child, Object userObject) Attaches a child element to this layout.Modifier and TypeMethodDescriptionvoid
LayoutImpl.layout
(Layout.Layer layer) Deprecated.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. -
Uses of Layout.Layer in com.google.gwt.user.client.ui
ModifierConstructorDescriptionLayoutData
(DockLayoutPanel.Direction direction, double size, Layout.Layer layer)