Uses of Class
com.vaadin.ui.Grid.StaticSection

Packages that use Grid.StaticSection
com.vaadin.ui   
 

Uses of Grid.StaticSection in com.vaadin.ui
 

Subclasses of Grid.StaticSection in com.vaadin.ui
protected static class Grid.Footer
          Represents the footer section of a Grid.
protected static class Grid.Header
          Represents the header section of a Grid.
 

Fields in com.vaadin.ui declared as Grid.StaticSection
protected  Grid.StaticSection<?> Grid.StaticSection.StaticRow.section
           
 

Constructors in com.vaadin.ui with parameters of type Grid.StaticSection
Grid.FooterRow(Grid.StaticSection<?> section)
           
Grid.HeaderRow(Grid.StaticSection<?> section)
           
Grid.StaticSection.StaticRow(Grid.StaticSection<?> section)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.