Java com.vaadin.ui.components.grid FooterRow fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui.components.grid FooterRow fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui.components.grid FooterRow.

The text is from its open source code.

Method

FooterCellgetCell(String columnId)
Returns the cell on this row corresponding to the given column id.
FooterCellgetCell(Grid.Column column)
Returns the cell on this row corresponding to the given column.