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.flow.component.spreadsheet.shared.
Class GroupingData
- java.lang.Object
-
- com.vaadin.flow.component.spreadsheet.shared.GroupingData
-
All Implemented Interfaces:
public class GroupingData extends Object implements Serializable
Shared state for the grouping feature
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description boolean
collapsed
int
endIndex
int
level
int
startIndex
int
uniqueIndex
index unique for this group, for collapse/expand
-
Constructor Summary
Constructors Constructor Description GroupingData()
GroupingData(int start, int end, int level, int unique, boolean coll)
GroupingData(long start, long end, short level, long unique, boolean coll)
-