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 class
Footer.Row.Cell
A cell in a Grid footer row.Methods in com.vaadin.ui.components.grid that return FooterCell Modifier and Type Method Description FooterCell
FooterRow. getCell(Grid.Column<?,?> column)
Returns the cell on this row corresponding to the given column.FooterCell
FooterRow. getCell(String columnId)
Returns the cell on this row corresponding to the given column id.FooterCell
Footer.Row. join(FooterCell... cellsToMerge)
Merges column cells in the row.FooterCell
Footer.Row. join(Grid.Column<?,?>... columnsToMerge)
FooterCell
Footer.Row. join(String... columnIdsToMerge)
FooterCell
Footer.Row. join(Set<FooterCell> cellsToMerge)
Merges column cells in the row.FooterCell
FooterRow. join(FooterCell... cellsToMerge)
Merges column cells in the row.FooterCell
FooterRow. join(Grid.Column<?,?>... columnsToMerge)
Merges cells corresponding to the given columns in the row.FooterCell
FooterRow. join(String... columnIdsToMerge)
Merges cells corresponding to the given column ids in the row.FooterCell
FooterRow. 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 FooterCell
Footer.Row. join(FooterCell... cellsToMerge)
Merges column cells in the row.FooterCell
FooterRow. 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 FooterCell
Footer.Row. join(Set<FooterCell> cellsToMerge)
Merges column cells in the row.FooterCell
FooterRow. join(Set<FooterCell> cellsToMerge)
Merges column cells in the row.
-