public interface FooterCell extends Serializable
Modifier and Type | Method and Description |
---|---|
GridStaticCellType |
getCellType()
Returns the type of content stored in this cell.
|
String |
getColumnId()
Gets the column id where this cell is.
|
Component |
getComponent()
Returns the component displayed in this cell.
|
String |
getHtml()
Returns the HTML content displayed in this cell.
|
String |
getStyleName()
Returns the custom style name for this cell.
|
String |
getText()
Returns the textual caption of this cell.
|
void |
setComponent(Component component)
Sets the component displayed in this cell.
|
void |
setHtml(String html)
Sets the HTML content displayed in this cell.
|
void |
setStyleName(String styleName)
Sets a custom style name for this cell.
|
void |
setText(String text)
Sets the textual caption of this cell.
|
String getText()
void setText(String text)
text
- the footer caption to set, not nullString getHtml()
void setHtml(String html)
html
- the html to setComponent getComponent()
void setComponent(Component component)
component
- the component to setGridStaticCellType getCellType()
String getColumnId()
String getStyleName()
void setStyleName(String styleName)
styleName
- the style name to set or null to not use any style nameCopyright © 2017 Vaadin Ltd. All rights reserved.