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, writeDesign
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCell, getCell, getComponents, getStyleName, setStyleName
protected Footer.Row.Cell createCell()
StaticSection.StaticRow
createCell
in class StaticSection.StaticRow<Footer.Row.Cell>
protected String getCellTagName()
StaticSection.StaticRow
getCellTagName
in class StaticSection.StaticRow<Footer.Row.Cell>
public FooterCell join(Set<FooterCell> cellsToMerge)
join
in interface FooterRow
cellsToMerge
- the cells which should be merged. The cells should not be
merged to any other cell set.join(FooterCell...)
,
setCaption
public FooterCell join(FooterCell... cellsToMerge)
join
in interface FooterRow
cellsToMerge
- the cells which should be merged. The cells should not be
merged to any other cell set.join(Set)
,
setCaption
public FooterCell join(Grid.Column<?,?>... columnsToMerge)
FooterRow
join
in interface FooterRow
columnsToMerge
- the columns of the cells that should be merged. The cells
should not be merged to any other cell set.FooterRow.join(Set)
,
setCaption
public FooterCell join(String... columnIdsToMerge)
FooterRow
join
in interface FooterRow
columnIdsToMerge
- 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 © 2018 Vaadin Ltd. All rights reserved.