Uses of Class
com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Packages that use Grid.StaticSection.StaticCell Package Description com.vaadin.client.widgets -
-
Uses of Grid.StaticSection.StaticCell in com.vaadin.client.widgets
Classes in com.vaadin.client.widgets with type parameters of type Grid.StaticSection.StaticCell Modifier and Type Class Description static class
Grid.StaticSection.StaticRow<CELLTYPE extends Grid.StaticSection.StaticCell>
Abstract base class for Grid header and footer rows.Subclasses of Grid.StaticSection.StaticCell in com.vaadin.client.widgets Modifier and Type Class Description static class
Grid.FooterCell
A single cell in a grid Footer row.static class
Grid.HeaderCell
A single cell in a grid header row.Methods in com.vaadin.client.widgets with parameters of type Grid.StaticSection.StaticCell Modifier and Type Method Description CELLTYPE
Grid.StaticSection.StaticRow. join(CELLTYPE... cells)
Merges columns cells in a row
-