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