Package | Description |
---|---|
com.vaadin.ui | |
com.vaadin.ui.components.grid |
Modifier and Type | Method and Description |
---|---|
HeaderRow |
Grid.addHeaderRowAt(int index)
Inserts a new row at the given position to the header section.
|
HeaderRow |
Grid.appendHeaderRow()
Adds a new row at the bottom of the header section.
|
HeaderRow |
Grid.getDefaultHeaderRow()
Returns the current default row of the header.
|
HeaderRow |
Grid.getHeaderRow(int index)
Returns the header row at the given index.
|
HeaderRow |
Grid.prependHeaderRow()
Adds a new row at the top of the header section.
|
Modifier and Type | Method and Description |
---|---|
void |
Grid.removeHeaderRow(HeaderRow row)
Removes the given row from the header section.
|
void |
Grid.setDefaultHeaderRow(HeaderRow row)
Sets the default row of the header.
|
Modifier and Type | Class and Description |
---|---|
class |
Header.Row
A row in a Grid header.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.