| Package | Description |
|---|---|
| com.vaadin.client.widgets |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Grid.Footer
Represents the footer section of a Grid.
|
protected static class |
Grid.Header
Represents the header section of a Grid.
|
| Modifier and Type | Method and Description |
|---|---|
protected Grid.StaticSection<?> |
Grid.StaticSection.StaticCell.getSection()
Returns the section where this cell belongs.
|
protected Grid.StaticSection<?> |
Grid.StaticSection.StaticRow.getSection()
Returns the section where this row belongs.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Grid.StaticSection.StaticCell.setSection(Grid.StaticSection<?> section)
Sets the section where this cell belongs.
|
protected void |
Grid.StaticSection.StaticRow.setSection(Grid.StaticSection<?> section)
Sets the section where this row belongs.
|
| Constructor and Description |
|---|
StaticSectionUpdater(Grid.StaticSection<?> section,
RowContainer container)
Constructs an updater instance for the given section.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.