public class VGridLayout.Cell extends Object
Modifier and Type | Field and Description |
---|---|
ComponentConnectorLayoutSlot |
slot
For internal use only.
|
Constructor and Description |
---|
Cell(int row,
int col) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
boolean |
hasRelativeHeight() |
protected boolean |
hasRelativeWidth() |
void |
layoutHorizontally(int x,
int marginRight) |
void |
layoutVertically(int y,
int marginBottom) |
void |
setAlignment(AlignmentInfo alignmentInfo) |
void |
setComponent(ComponentConnector component,
List<ComponentConnector> ordering) |
void |
updateCell(GridLayoutState.ChildComponentData childComponentData) |
public ComponentConnectorLayoutSlot slot
public boolean hasRelativeHeight()
public void layoutHorizontally(int x, int marginRight)
public void layoutVertically(int y, int marginBottom)
public int getWidth()
public int getHeight()
protected boolean hasRelativeWidth()
public void updateCell(GridLayoutState.ChildComponentData childComponentData)
public void setComponent(ComponentConnector component, List<ComponentConnector> ordering)
public void setAlignment(AlignmentInfo alignmentInfo)
Copyright © 2019 Vaadin Ltd. All rights reserved.