com.vaadin.client.ui.grid
Class GridUtil

java.lang.Object
  extended by com.vaadin.client.ui.grid.GridUtil

public class GridUtil
extends java.lang.Object

Utilities for working with Grid.

Since:
Author:
Vaadin Ltd

Constructor Summary
GridUtil()
           
 
Method Summary
static Cell findCell(Grid<?> grid, Element e)
          Returns the cell the given element belongs to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridUtil

public GridUtil()
Method Detail

findCell

public static Cell findCell(Grid<?> grid,
                            Element e)
Returns the cell the given element belongs to.

Parameters:
grid - the grid instance that is queried
e - a cell element or the descendant of one
Returns:
the cell or null if the element is not a grid cell or a descendant of one


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.