Package com.vaadin.flow.component.grid
Class FooterRow.FooterCell
java.lang.Object
com.vaadin.flow.component.grid.AbstractRow.AbstractCell
com.vaadin.flow.component.grid.FooterRow.FooterCell
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FooterRow
public static class FooterRow.FooterCell
extends com.vaadin.flow.component.grid.AbstractRow.AbstractCell
A footer cell in a Grid.
- Author:
- Vaadin Ltd.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the component content of this cell.Gets the custom part name of the cell.getText()Gets the text content of this cell.voidsetComponent(Component component) Sets the component as the content of this cell.voidsetPartName(String partName) Sets a custom part name for the cell.voidSets the text content of this cell.Methods inherited from class com.vaadin.flow.component.grid.AbstractRow.AbstractCell
getColumn, setColumn
-
Method Details
-
getText
Description copied from class:com.vaadin.flow.component.grid.AbstractRow.AbstractCellGets the text content of this cell.- Specified by:
getTextin classcom.vaadin.flow.component.grid.AbstractRow.AbstractCell- Returns:
- text content of the cell
-
setText
Description copied from class:com.vaadin.flow.component.grid.AbstractRow.AbstractCellSets the text content of this cell.This will remove a component set with
AbstractRow.AbstractCell.setComponent(Component).- Specified by:
setTextin classcom.vaadin.flow.component.grid.AbstractRow.AbstractCell- Parameters:
text- the text to be shown in this cell
-
getComponent
Description copied from class:com.vaadin.flow.component.grid.AbstractRow.AbstractCellGets the component content of this cell.- Specified by:
getComponentin classcom.vaadin.flow.component.grid.AbstractRow.AbstractCell- Returns:
- component content of the cell
-
setComponent
Description copied from class:com.vaadin.flow.component.grid.AbstractRow.AbstractCellSets the component as the content of this cell.This will remove text set with
AbstractRow.AbstractCell.setText(String).- Specified by:
setComponentin classcom.vaadin.flow.component.grid.AbstractRow.AbstractCell- Parameters:
component- the component to set
-
setPartName
Description copied from class:com.vaadin.flow.component.grid.AbstractRow.AbstractCellSets a custom part name for the cell.- Specified by:
setPartNamein classcom.vaadin.flow.component.grid.AbstractRow.AbstractCell- Parameters:
partName- the part name to set
-
getPartName
Description copied from class:com.vaadin.flow.component.grid.AbstractRow.AbstractCellGets the custom part name of the cell.- Specified by:
getPartNamein classcom.vaadin.flow.component.grid.AbstractRow.AbstractCell- Returns:
- the part name
-