com.vaadin.shared.ui.grid
Class GridStaticSectionState.RowState

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

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

See Also:
Serialized Form

Field Summary
 java.util.Map<java.util.Set<java.lang.String>,GridStaticSectionState.CellState> cellGroups
          Map from column id set to cell state for merged state.
 java.util.List<GridStaticSectionState.CellState> cells
           
 boolean defaultRow
           
 java.lang.String styleName
          The style name for the row.
 
Constructor Summary
GridStaticSectionState.RowState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cells

public java.util.List<GridStaticSectionState.CellState> cells

defaultRow

public boolean defaultRow

cellGroups

public java.util.Map<java.util.Set<java.lang.String>,GridStaticSectionState.CellState> cellGroups
Map from column id set to cell state for merged state.


styleName

public java.lang.String styleName
The style name for the row. Null if none.

Constructor Detail

GridStaticSectionState.RowState

public GridStaticSectionState.RowState()


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