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

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String columnId
           
 Connector connector
           
 java.lang.String html
           
 java.lang.String styleName
           
 java.lang.String text
           
 GridStaticCellType type
           
 
Constructor Summary
GridStaticSectionState.CellState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public java.lang.String text

html

public java.lang.String html

connector

public Connector connector

type

public GridStaticCellType type

columnId

public java.lang.String columnId

styleName

public java.lang.String styleName
Constructor Detail

GridStaticSectionState.CellState

public GridStaticSectionState.CellState()


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