We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.grid.
Class GridStaticSectionState
- java.lang.Object
-
- com.vaadin.shared.ui.grid.GridStaticSectionState
-
All Implemented Interfaces:
public class GridStaticSectionState extends Object implements Serializable
Shared state for Grid headers and footers.
Since:
7.4
Author:
Vaadin Ltd
See Also:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
GridStaticSectionState.CellState
static class
GridStaticSectionState.RowState
-
Field Summary
Fields Modifier and Type Field and Description List<GridStaticSectionState.RowState>
rows
boolean
visible
-
Constructor Summary
Constructors Constructor and Description GridStaticSectionState()
-
-
-
Field Detail
-
rows
public List<GridStaticSectionState.RowState> rows
-
visible
public boolean visible
-
-