Uses of Interface
com.vaadin.ui.components.grid.FooterCell
-
Packages that use FooterCell Package Description com.vaadin.ui.components.grid -
-
Uses of FooterCell in com.vaadin.ui.components.grid
Classes in com.vaadin.ui.components.grid that implement FooterCell Modifier and Type Class Description classFooter.Row.CellA cell in a Grid footer row.Methods in com.vaadin.ui.components.grid that return FooterCell Modifier and Type Method Description FooterCellFooterRow. getCell(Grid.Column<?,?> column)Returns the cell on this row corresponding to the given column.FooterCellFooterRow. getCell(String columnId)Returns the cell on this row corresponding to the given column id.FooterCellFooter.Row. join(FooterCell... cellsToMerge)Merges column cells in the row.FooterCellFooter.Row. join(Grid.Column<?,?>... columnsToMerge)FooterCellFooter.Row. join(String... columnIdsToMerge)FooterCellFooter.Row. join(Set<FooterCell> cellsToMerge)Merges column cells in the row.FooterCellFooterRow. join(FooterCell... cellsToMerge)Merges column cells in the row.FooterCellFooterRow. join(Grid.Column<?,?>... columnsToMerge)Merges cells corresponding to the given columns in the row.FooterCellFooterRow. join(String... columnIdsToMerge)Merges cells corresponding to the given column ids in the row.FooterCellFooterRow. join(Set<FooterCell> cellsToMerge)Merges column cells in the row.Methods in com.vaadin.ui.components.grid with parameters of type FooterCell Modifier and Type Method Description FooterCellFooter.Row. join(FooterCell... cellsToMerge)Merges column cells in the row.FooterCellFooterRow. join(FooterCell... cellsToMerge)Merges column cells in the row.Method parameters in com.vaadin.ui.components.grid with type arguments of type FooterCell Modifier and Type Method Description FooterCellFooter.Row. join(Set<FooterCell> cellsToMerge)Merges column cells in the row.FooterCellFooterRow. join(Set<FooterCell> cellsToMerge)Merges column cells in the row.
-