Uses of Class
com.google.gwt.layout.client.Layout.Layer
Packages that use 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
Methods in com.google.gwt.layout.client that return Layout.LayerModifier 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.Methods in com.google.gwt.layout.client with parameters of type Layout.LayerModifier and TypeMethodDescriptionvoidLayoutImpl.layout(Layout.Layer layer) Deprecated.voidLayout.AnimationCallback.onLayout(Layout.Layer layer, double progress) Called at each step of the animation, for each layer being laid out.voidLayout.removeChild(Layout.Layer layer) Removes a child element from this layout. -
Uses of Layout.Layer in com.google.gwt.user.client.ui
Fields in com.google.gwt.user.client.ui declared as Layout.LayerConstructors in com.google.gwt.user.client.ui with parameters of type Layout.LayerModifierConstructorDescriptionLayoutData(DockLayoutPanel.Direction direction, double size, Layout.Layer layer)