Uses of Class
com.google.gwt.layout.client.Layout.Layer
-
Packages that use Layout.Layer 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. -
-
Uses of Layout.Layer in com.google.gwt.layout.client
Methods in com.google.gwt.layout.client that return Layout.Layer Modifier and Type Method 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.Methods in com.google.gwt.layout.client with parameters of type Layout.Layer Modifier and Type Method Description void
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
Fields in com.google.gwt.user.client.ui declared as Layout.Layer Modifier and Type Field Description Layout.Layer
DockLayoutPanel.LayoutData. layer
Constructors in com.google.gwt.user.client.ui with parameters of type Layout.Layer Constructor Description LayoutData(DockLayoutPanel.Direction direction, double size, Layout.Layer layer)
-