We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.
Class VGridLayout.Cell
- java.lang.Object
-
- com.vaadin.client.ui.VGridLayout.Cell
-
Enclosing class:
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 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)
-
-