Uses of Class
com.vaadin.client.widgets.Grid.StaticSection
-
Packages that use Grid.StaticSection Package Description com.vaadin.client.widgets -
-
Uses of Grid.StaticSection in com.vaadin.client.widgets
Subclasses of Grid.StaticSection in com.vaadin.client.widgets Modifier and Type Class 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.Methods in com.vaadin.client.widgets that return Grid.StaticSection Modifier and Type Method Description protected Grid.StaticSection<?>
Grid.StaticSection.StaticCell. getSection()
protected Grid.StaticSection<?>
Grid.StaticSection.StaticRow. getSection()
Methods in com.vaadin.client.widgets with parameters of type Grid.StaticSection Modifier and Type Method Description protected void
Grid.StaticSection.StaticCell. setSection(Grid.StaticSection<?> section)
protected void
Grid.StaticSection.StaticRow. setSection(Grid.StaticSection<?> section)
Constructors in com.vaadin.client.widgets with parameters of type Grid.StaticSection Constructor Description StaticSectionUpdater(Grid.StaticSection<?> section, RowContainer container)
-