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 Cell
RowContainer. 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 void
EventCellReference. set(Cell targetCell, GridConstants.Section section)
Sets the RowReference and CellReference to point to given Cell. -
Uses of Cell in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return Cell Modifier and Type Method Description Cell
Escalator.AbstractRowContainer. getCell(com.google.gwt.dom.client.Element element)
-