Uses of Class
com.vaadin.v7.client.widgets.Grid.StaticSection
-
Packages that use Grid.StaticSection Package Description com.vaadin.v7.client.widgets -
-
Uses of Grid.StaticSection in com.vaadin.v7.client.widgets
Subclasses of Grid.StaticSection in com.vaadin.v7.client.widgets Modifier and Type Class Description protected static classGrid.FooterRepresents the footer section of a Grid.protected static classGrid.HeaderRepresents the header section of a Grid.Methods in com.vaadin.v7.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.v7.client.widgets with parameters of type Grid.StaticSection Modifier and Type Method Description protected voidGrid.StaticSection.StaticCell. setSection(Grid.StaticSection<?> section)protected voidGrid.StaticSection.StaticRow. setSection(Grid.StaticSection<?> section)Constructors in com.vaadin.v7.client.widgets with parameters of type Grid.StaticSection Constructor Description StaticSectionUpdater(Grid.StaticSection<?> section, RowContainer container)
-