Uses of Class
com.vaadin.client.widget.escalator.Cell
-
Packages that use Cell Package Description com.vaadin.client.widget.escalator com.vaadin.client.widget.grid com.vaadin.client.widgets -
-
Uses of Cell in com.vaadin.client.widget.escalator
Methods in com.vaadin.client.widget.escalator that return Cell Modifier and Type Method Description CellRowContainer. getCell(com.google.gwt.dom.client.Element element)Returns the cell object which contains information about the cell the element is in. -
Uses of Cell in com.vaadin.client.widget.grid
Methods in com.vaadin.client.widget.grid with parameters of type Cell Modifier and Type Method Description voidEventCellReference. set(Cell targetCell, GridConstants.Section section)Configures this CellReference and its internal RowReference to point to the given Cell. -
Uses of Cell in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return Cell Modifier and Type Method Description CellEscalator.AbstractRowContainer. getCell(com.google.gwt.dom.client.Element element)
-