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