com.vaadin.ui
Class Grid.HeaderRow

java.lang.Object
  extended by com.vaadin.ui.Grid.StaticSection.StaticRow<Grid.HeaderCell>
      extended by com.vaadin.ui.Grid.HeaderRow
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Grid

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

Represents a header row in Grid.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.ui.Grid.StaticSection.StaticRow
section
 
Constructor Summary
protected Grid.HeaderRow(Grid.StaticSection<?> section)
           
 
Method Summary
protected  Grid.HeaderCell createCell()
          Creates and returns a new instance of the cell type.
protected  java.lang.String getCellTagName()
           
protected  void readDesign(org.jsoup.nodes.Element trElement, DesignContext designContext)
          Reads the declarative design from the given table row element.
protected  void writeDesign(org.jsoup.nodes.Element trElement, DesignContext designContext)
          Writes the declarative design to the given table row element.
 
Methods inherited from class com.vaadin.ui.Grid.StaticSection.StaticRow
addCell, getCell, getRowState, getStyleName, join, join, join, removeCell, setStyleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.HeaderRow

protected Grid.HeaderRow(Grid.StaticSection<?> section)
Method Detail

createCell

protected Grid.HeaderCell createCell()
Description copied from class: Grid.StaticSection.StaticRow
Creates and returns a new instance of the cell type.

Specified by:
createCell in class Grid.StaticSection.StaticRow<Grid.HeaderCell>
Returns:
the created cell

getCellTagName

protected java.lang.String getCellTagName()
Specified by:
getCellTagName in class Grid.StaticSection.StaticRow<Grid.HeaderCell>

writeDesign

protected void writeDesign(org.jsoup.nodes.Element trElement,
                           DesignContext designContext)
Description copied from class: Grid.StaticSection.StaticRow
Writes the declarative design to the given table row element.

Overrides:
writeDesign in class Grid.StaticSection.StaticRow<Grid.HeaderCell>
Parameters:
trElement - Element to write design to
designContext - the design context

readDesign

protected void readDesign(org.jsoup.nodes.Element trElement,
                          DesignContext designContext)
Description copied from class: Grid.StaticSection.StaticRow
Reads the declarative design from the given table row element.

Overrides:
readDesign in class Grid.StaticSection.StaticRow<Grid.HeaderCell>
Parameters:
trElement - Element to read design from
designContext - the design context


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