Uses of Class
com.vaadin.client.widgets.Grid.StaticSection
-
Packages that use Grid.StaticSection Package Description com.vaadin.client.widgets -
-
Uses of Grid.StaticSection in com.vaadin.client.widgets
Subclasses of Grid.StaticSection in com.vaadin.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.client.widgets that return Grid.StaticSection Modifier and Type Method Description protected Grid.StaticSection<?>Grid.StaticSection.StaticCell. getSection()Returns the section where this cell belongs.protected Grid.StaticSection<?>Grid.StaticSection.StaticRow. getSection()Returns the section where this row belongs.Methods in com.vaadin.client.widgets with parameters of type Grid.StaticSection Modifier and Type Method Description protected voidGrid.StaticSection.StaticCell. setSection(Grid.StaticSection<?> section)Sets the section where this cell belongs.protected voidGrid.StaticSection.StaticRow. setSection(Grid.StaticSection<?> section)Sets the section where this row belongs.Constructors in com.vaadin.client.widgets with parameters of type Grid.StaticSection Constructor Description StaticSectionUpdater(Grid.StaticSection<?> section, RowContainer container)Constructs an updater instance for the given section.
-