com.vaadin.client.widgets
Class Grid.HeaderRow

java.lang.Object
  extended by com.vaadin.client.widgets.Grid.StaticSection.StaticRow<Grid.HeaderCell>
      extended by com.vaadin.client.widgets.Grid.HeaderRow
Enclosing class:
Grid<T>

public static class Grid.HeaderRow
extends Grid.StaticSection.StaticRow<Grid.HeaderCell>

A single row in a grid header section.


Constructor Summary
Grid.HeaderRow()
           
 
Method Summary
protected  Grid.HeaderCell createCell()
           
 boolean isDefault()
           
protected  void setDefault(boolean isDefault)
           
 
Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
addCell, getCell, getSection, getStyleName, hasSpannedCells, join, join, removeCell, setSection, setStyleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.HeaderRow

public Grid.HeaderRow()
Method Detail

setDefault

protected void setDefault(boolean isDefault)

isDefault

public boolean isDefault()

createCell

protected Grid.HeaderCell createCell()
Specified by:
createCell in class Grid.StaticSection.StaticRow<Grid.HeaderCell>


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