Class GridRow

java.lang.Object
com.storedobject.vaadin.GridRow

public abstract class GridRow extends Object
Utility class to handle join operations of header and footer row cells. Each cell in the row represented by GridRow.Cell has a name and is the same as its column name. If a cell is a merged cell (after a join(String...) operation), then, its name will be the column name of the first column of the merged columns.
Author:
Syam