Package com.storedobject.vaadin
Class GridRow.Cell
java.lang.Object
com.storedobject.vaadin.GridRow.Cell
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name of this cell.setComponent
(com.vaadin.flow.component.Component component) Set a component for this cell (Text if any already set will be discarded).Set text for this cell to display.Set text for this cell to display.
-
Method Details
-
getName
-
setText
Set text for this cell to display.- Parameters:
text
- Text to set- Returns:
- Self reference.
-
setText
Set text for this cell to display.- Parameters:
text
- Text to settextAlign
- Alignment for the text- Returns:
- Self reference.
-
setComponent
Set a component for this cell (Text if any already set will be discarded).- Parameters:
component
- Component to set- Returns:
- Self reference.
-