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 ComponentConnectorLayoutSlot
slot
For 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 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)
-
-
-
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)
-
-