| Package | Description |
|---|---|
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
Grid.FooterRow |
Grid.addFooterRowAt(int index)
Inserts a new row at the given position to the footer section.
|
Grid.FooterRow |
Grid.appendFooterRow()
Adds a new row at the bottom of the footer section.
|
protected Grid.FooterRow |
Grid.Footer.createRow() |
Grid.FooterRow |
Grid.getFooterRow(int rowIndex)
Gets the footer row at given index.
|
Grid.FooterRow |
Grid.prependFooterRow()
Adds a new row at the top of the footer section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.removeFooterRow(Grid.FooterRow row)
Removes the given row from the footer section.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.