com.vaadin.shared.ui.grid
Class ColumnGroupState

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

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

The column group data shared between the server and the client

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

Field Summary
 java.util.List<java.lang.String> columns
          The columns that is included in the group
 java.lang.String footer
          The footer text of the group
 java.lang.String header
          The header text of the group
 
Constructor Summary
ColumnGroupState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columns

public java.util.List<java.lang.String> columns
The columns that is included in the group


header

public java.lang.String header
The header text of the group


footer

public java.lang.String footer
The footer text of the group

Constructor Detail

ColumnGroupState

public ColumnGroupState()


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