com.vaadin.shared.ui.gridlayout
Class GridLayoutState.ChildComponentData

java.lang.Object
  extended by com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GridLayoutState

public static class GridLayoutState.ChildComponentData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int alignment
           
 int column1
           
 int column2
           
 int row1
           
 int row2
           
 
Constructor Summary
GridLayoutState.ChildComponentData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column1

public int column1

row1

public int row1

column2

public int column2

row2

public int row2

alignment

public int alignment
Constructor Detail

GridLayoutState.ChildComponentData

public GridLayoutState.ChildComponentData()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.