Uses of Class
com.vaadin.ui.components.grid.StaticSection
-
Packages that use StaticSection Package Description com.vaadin.ui.components.grid -
-
Uses of StaticSection in com.vaadin.ui.components.grid
Subclasses of StaticSection in com.vaadin.ui.components.grid Modifier and Type Class Description class
Footer
Represents the footer section of a Grid.class
Header
Represents the header section of a Grid.Constructors in com.vaadin.ui.components.grid with parameters of type StaticSection Constructor Description StaticRow(StaticSection<?> section)
Creates a new row belonging to the given section.
-