| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
Grid.HeaderRow |
Grid.addHeaderRowAt(int index)
Inserts a new row at the given position to the header section.
|
Grid.HeaderRow |
Grid.appendHeaderRow()
Adds a new row at the bottom of the header section.
|
protected Grid.HeaderRow |
Grid.Header.createRow() |
Grid.HeaderRow |
Grid.getDefaultHeaderRow()
Returns the current default row of the header section.
|
Grid.HeaderRow |
Grid.Header.getDefaultRow()
Returns the current default row of this header.
|
Grid.HeaderRow |
Grid.getHeaderRow(int rowIndex)
Gets the header row at given index.
|
Grid.HeaderRow |
Grid.prependHeaderRow()
Adds a new row at the top of the header section.
|
Grid.HeaderRow |
Grid.Header.removeRow(int rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.removeHeaderRow(Grid.HeaderRow row)
Removes the given row from the header section.
|
void |
Grid.setDefaultHeaderRow(Grid.HeaderRow row)
Sets the default row of the header.
|
void |
Grid.Header.setDefaultRow(Grid.HeaderRow row)
Sets the default row of this header.
|
| Constructor and Description |
|---|
HeaderCell(Grid.HeaderRow row) |
Copyright © 2019 Vaadin Ltd. All rights reserved.