com.vaadin.client.ui
Class VGridLayout.Cell

java.lang.Object
  extended by com.vaadin.client.ui.VGridLayout.Cell
Enclosing class:
VGridLayout

public class VGridLayout.Cell
extends java.lang.Object

For internal use only. May be removed or replaced in the future.


Field Summary
 ComponentConnectorLayoutSlot slot
          For internal use only.
 
Constructor Summary
VGridLayout.Cell(int row, int col)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 boolean hasRelativeHeight()
           
protected  boolean hasRelativeWidth()
           
 void layoutHorizontally(int x, int marginRight)
           
 void layoutVertically(int y, int marginBottom)
           
 void setAlignment(com.vaadin.shared.ui.AlignmentInfo alignmentInfo)
           
 void setComponent(ComponentConnector component, java.util.List<ComponentConnector> ordering)
           
 void updateCell(com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData childComponentData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

slot

public ComponentConnectorLayoutSlot slot
For internal use only. May be removed or replaced in the future.

Constructor Detail

VGridLayout.Cell

public VGridLayout.Cell(int row,
                        int col)
Method Detail

hasRelativeHeight

public boolean hasRelativeHeight()

layoutHorizontally

public void layoutHorizontally(int x,
                               int marginRight)

layoutVertically

public void layoutVertically(int y,
                             int marginBottom)

getWidth

public int getWidth()

getHeight

public int getHeight()

hasRelativeWidth

protected boolean hasRelativeWidth()

updateCell

public void updateCell(com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData childComponentData)

setComponent

public void setComponent(ComponentConnector component,
                         java.util.List<ComponentConnector> ordering)

setAlignment

public void setAlignment(com.vaadin.shared.ui.AlignmentInfo alignmentInfo)


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