public static class Grid.HeaderRow extends Grid.StaticSection.StaticRow<Grid.HeaderCell>
section| Modifier | Constructor and Description |
|---|---|
protected |
HeaderRow(Grid.StaticSection<?> section) |
| Modifier and Type | Method and Description |
|---|---|
protected Grid.HeaderCell |
createCell()
Creates and returns a new instance of the cell type.
|
protected String |
getCellTagName() |
protected void |
readDesign(org.jsoup.nodes.Element trElement,
DesignContext designContext)
Reads the declarative design from the given table row element.
|
protected void |
writeDesign(org.jsoup.nodes.Element trElement,
DesignContext designContext)
Writes the declarative design to the given table row element.
|
addCell, getCell, getRowState, getStyleName, join, join, join, removeCell, setStyleNameprotected HeaderRow(Grid.StaticSection<?> section)
protected Grid.HeaderCell createCell()
Grid.StaticSection.StaticRowcreateCell in class Grid.StaticSection.StaticRow<Grid.HeaderCell>protected String getCellTagName()
getCellTagName in class Grid.StaticSection.StaticRow<Grid.HeaderCell>protected void writeDesign(org.jsoup.nodes.Element trElement,
DesignContext designContext)
Grid.StaticSection.StaticRowwriteDesign in class Grid.StaticSection.StaticRow<Grid.HeaderCell>trElement - Element to write design todesignContext - the design contextprotected void readDesign(org.jsoup.nodes.Element trElement,
DesignContext designContext)
Grid.StaticSection.StaticRowreadDesign in class Grid.StaticSection.StaticRow<Grid.HeaderCell>trElement - Element to read design fromdesignContext - the design contextCopyright © 2022 Vaadin Ltd. All rights reserved.