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.LayerLayout. attachChild(Element child)Attaches a child element to this layout.Layout.LayerLayout. attachChild(Element child, Element before)Attaches a child element to this layout.Layout.LayerLayout. attachChild(Element child, Element before, java.lang.Object userObject)Attaches a child element to this layout.Layout.LayerLayout. 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 voidLayoutImpl. 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.Layer Modifier and Type Field Description Layout.LayerDockLayoutPanel.LayoutData. layerConstructors in com.google.gwt.user.client.ui with parameters of type Layout.Layer Constructor Description LayoutData(DockLayoutPanel.Direction direction, double size, Layout.Layer layer)
-