Uses of Class
com.vaadin.ui.Grid.StaticSection
-
Packages that use Grid.StaticSection Package Description com.vaadin.ui -
-
Uses of Grid.StaticSection in com.vaadin.ui
Subclasses of Grid.StaticSection in com.vaadin.ui 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.Fields in com.vaadin.ui declared as Grid.StaticSection Modifier and Type Field Description protected Grid.StaticSection<?>
Grid.StaticSection.StaticRow. section
Constructors in com.vaadin.ui with parameters of type Grid.StaticSection Constructor Description FooterRow(Grid.StaticSection<?> section)
HeaderRow(Grid.StaticSection<?> section)
StaticRow(Grid.StaticSection<?> section)
-