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 Map<com.google.gwt.user.client.ui.Widget,VGridLayout.Cell>VGridLayout. widgetToCellFor internal use only.Methods in com.vaadin.client.ui that return VGridLayout.Cell Modifier and Type Method Description VGridLayout.CellVGridLayout. createNewCell(int row, int col)Creates a new Cell with the given coordinates.VGridLayout.CellVGridLayout. getCell(int row, int col)For internal use only.
-