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 SectionState
- java.lang.Object
-
- com.vaadin.shared.ui.grid.SectionState
-
All Implemented Interfaces:
public class SectionState extends Object implements Serializable
Shared state for Grid headers and footers.
Since:
8.0
Author:
Vaadin Ltd
See Also:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SectionState.CellState
The state of a header or footer cell.
static class
SectionState.RowState
The state of a header or footer row.
-
Field Summary
Fields Modifier and Type Field Description List<SectionState.RowState>
rows
The rows in this section.
boolean
visible
Visibility of this section.
-
Constructor Summary
Constructors Constructor Description SectionState()
-
-
-
Field Detail
-
rows
public List<SectionState.RowState> rows
The rows in this section.
-
visible
public boolean visible
Visibility of this section.
Since:
8.1.1
-
-