com.vaadin.terminal.gwt.client.ui.orderedlayout
Class AbstractOrderedLayoutState.ChildComponentData

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractOrderedLayoutState

public static class AbstractOrderedLayoutState.ChildComponentData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AbstractOrderedLayoutState.ChildComponentData()
           
 
Method Summary
 int getAlignmentBitmask()
           
 float getExpandRatio()
           
 void setAlignmentBitmask(int alignmentBitmask)
           
 void setExpandRatio(float expandRatio)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOrderedLayoutState.ChildComponentData

public AbstractOrderedLayoutState.ChildComponentData()
Method Detail

getAlignmentBitmask

public int getAlignmentBitmask()

setAlignmentBitmask

public void setAlignmentBitmask(int alignmentBitmask)

getExpandRatio

public float getExpandRatio()

setExpandRatio

public void setExpandRatio(float expandRatio)


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