com.vaadin.client.ui
Class VGridLayout.Cell
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
slot
public ComponentConnectorLayoutSlot slot
- For internal use only. May be removed or replaced in the future.
VGridLayout.Cell
public VGridLayout.Cell(int row,
int col)
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.