| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
FooterRow |
Grid.addFooterRowAt(int index)
Inserts a new row at the given position to the footer section.
|
FooterRow |
Grid.appendFooterRow()
Adds a new row at the bottom of the footer section.
|
FooterRow |
Grid.getFooterRow(int index)
Returns the footer row at the given index.
|
FooterRow |
Grid.prependFooterRow()
Adds a new row at the top of the footer section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.removeFooterRow(FooterRow row)
Removes the given row from the footer section.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Footer.Row
A row in a Grid Footer.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.