|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Grid.FooterRow | |
|---|---|
| com.vaadin.ui | |
| Uses of Grid.FooterRow in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui that return Grid.FooterRow | |
|---|---|
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. |
| Methods in com.vaadin.ui with parameters of type Grid.FooterRow | |
|---|---|
void |
Grid.removeFooterRow(Grid.FooterRow row)
Removes the given row from the footer section. |
| Constructors in com.vaadin.ui with parameters of type Grid.FooterRow | |
|---|---|
Grid.FooterCell(Grid.FooterRow row)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||