com.vaadin.shared.ui.grid
Class GridStaticSectionState

java.lang.Object
  extended by com.vaadin.shared.ui.grid.GridStaticSectionState
All Implemented Interfaces:
java.io.Serializable

public class GridStaticSectionState
extends java.lang.Object
implements java.io.Serializable

Shared state for Grid headers and footers.

Since:
7.4
Author:
Vaadin Ltd
See Also:
Serialized Form

Nested Class Summary
static class GridStaticSectionState.CellState
           
static class GridStaticSectionState.RowState
           
 
Field Summary
 java.util.List<GridStaticSectionState.RowState> rows
           
 boolean visible
           
 
Constructor Summary
GridStaticSectionState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rows

public java.util.List<GridStaticSectionState.RowState> rows

visible

public boolean visible
Constructor Detail

GridStaticSectionState

public GridStaticSectionState()


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