com.google.gwt.user.client.ui
Class DockLayoutPanel.LayoutData
java.lang.Object
com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
- Enclosing class:
- DockLayoutPanel
protected static class DockLayoutPanel.LayoutData
- extends java.lang.Object
Layout data associated with each widget.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
direction
public DockLayoutPanel.Direction direction
oldSize
public double oldSize
size
public double size
originalSize
public double originalSize
hidden
public boolean hidden
layer
public com.google.gwt.layout.client.Layout.Layer layer
DockLayoutPanel.LayoutData
public DockLayoutPanel.LayoutData(DockLayoutPanel.Direction direction,
double size,
com.google.gwt.layout.client.Layout.Layer layer)