Uses of Class
com.vaadin.client.ui.VGridLayout.Cell
-
Packages that use VGridLayout.Cell Package Description com.vaadin.client.ui -
-
Uses of VGridLayout.Cell in com.vaadin.client.ui
Fields in com.vaadin.client.ui with type parameters of type VGridLayout.Cell Modifier and Type Field Description HashMap<com.google.gwt.user.client.ui.Widget,VGridLayout.Cell>
VGridLayout. widgetToCell
For internal use only.Methods in com.vaadin.client.ui that return VGridLayout.Cell Modifier and Type Method Description VGridLayout.Cell
VGridLayout. createNewCell(int row, int col)
Creates a new Cell with the given coordinates.VGridLayout.Cell
VGridLayout. getCell(int row, int col)
For internal use only.
-