Package com.vaadin.client.ui
Class VGridLayout.Cell
- java.lang.Object
-
- com.vaadin.client.ui.VGridLayout.Cell
-
- Enclosing class:
- VGridLayout
public class VGridLayout.Cell extends Object
For internal use only. May be removed or replaced in the future.
-
-
Field Summary
Fields Modifier and Type Field Description ComponentConnectorLayoutSlotslotFor internal use only.
-
Constructor Summary
Constructors Constructor Description Cell(int row, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()intgetWidth()booleanhasRelativeHeight()protected booleanhasRelativeWidth()voidlayoutHorizontally(int x, int marginRight)voidlayoutVertically(int y, int marginBottom)voidsetAlignment(AlignmentInfo alignmentInfo)voidsetComponent(ComponentConnector component, List<ComponentConnector> ordering)voidupdateCell(GridLayoutState.ChildComponentData childComponentData)
-
-
-
Field Detail
-
slot
public ComponentConnectorLayoutSlot slot
For internal use only. May be removed or replaced in the future.
-
-
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(GridLayoutState.ChildComponentData childComponentData)
-
setComponent
public void setComponent(ComponentConnector component, List<ComponentConnector> ordering)
-
setAlignment
public void setAlignment(AlignmentInfo alignmentInfo)
-
-