public class Footer.Row extends StaticSection.StaticRow<Footer.Row.Cell> implements FooterRow
| Modifier and Type | Class and Description |
|---|---|
class |
Footer.Row.Cell
A cell in a Grid footer row.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Row()
Creates a new footer row.
|
| Modifier and Type | Method and Description |
|---|---|
protected Footer.Row.Cell |
createCell()
Creates and returns a new instance of the cell type.
|
protected String |
getCellTagName()
Returns the declarative tag name used for the cells in this row.
|
FooterCell |
join(FooterCell... cellsToMerge)
Merges column cells in the row.
|
FooterCell |
join(Grid.Column<?,?>... columnsToMerge)
Merges cells corresponding to the given columns in the row.
|
FooterCell |
join(Set<FooterCell> cellsToMerge)
Merges column cells in the row.
|
FooterCell |
join(String... columnIdsToMerge)
Merges cells corresponding to the given column ids in the row.
|
addCell, addCell, getCell, getCell, getComponents, getRowState, getStyleName, internalAddCell, internalGetCell, readDesign, removeCell, setStyleName, writeCellState, writeDesignclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCell, getCell, getComponents, getStyleName, setStyleNameprotected Footer.Row.Cell createCell()
StaticSection.StaticRowcreateCell in class StaticSection.StaticRow<Footer.Row.Cell>protected String getCellTagName()
StaticSection.StaticRowgetCellTagName in class StaticSection.StaticRow<Footer.Row.Cell>public FooterCell join(Set<FooterCell> cellsToMerge)
join in interface FooterRowcellsToMerge - the cells which should be merged. The cells should not be
merged to any other cell set.join(FooterCell...),
setCaptionpublic FooterCell join(FooterCell... cellsToMerge)
join in interface FooterRowcellsToMerge - the cells which should be merged. The cells should not be
merged to any other cell set.join(Set),
setCaptionpublic FooterCell join(Grid.Column<?,?>... columnsToMerge)
FooterRowjoin in interface FooterRowcolumnsToMerge - the columns of the cells that should be merged. The cells
should not be merged to any other cell set.FooterRow.join(Set),
setCaptionpublic FooterCell join(String... columnIdsToMerge)
FooterRowjoin in interface FooterRowcolumnIdsToMerge - the ids of the columns of the cells that should be merged. The
cells should not be merged to any other cell set.FooterRow.join(Set),
setCaption,
Grid.Column.setId(String)Copyright © 2020 Vaadin Ltd. All rights reserved.