Package com.vaadin.v7.ui
Class Grid.HeaderRow
- java.lang.Object
-
- com.vaadin.v7.ui.Grid.StaticSection.StaticRow<Grid.HeaderCell>
-
- com.vaadin.v7.ui.Grid.HeaderRow
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Grid
@Deprecated public static class Grid.HeaderRow extends Grid.StaticSection.StaticRow<Grid.HeaderCell>
Deprecated.Represents a header row in Grid.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
section
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HeaderRow(Grid.StaticSection<?> section)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Grid.HeaderCell
createCell()
Deprecated.Creates and returns a new instance of the cell type.protected java.lang.String
getCellTagName()
Deprecated.protected void
readDesign(org.jsoup.nodes.Element trElement, com.vaadin.ui.declarative.DesignContext designContext)
Deprecated.Reads the declarative design from the given table row element.protected void
writeDesign(org.jsoup.nodes.Element trElement, com.vaadin.ui.declarative.DesignContext designContext)
Deprecated.Writes the declarative design to the given table row element.-
Methods inherited from class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
addCell, getCell, getRowState, getStyleName, join, join, join, removeCell, setStyleName
-
-
-
-
Constructor Detail
-
HeaderRow
protected HeaderRow(Grid.StaticSection<?> section)
Deprecated.
-
-
Method Detail
-
createCell
protected Grid.HeaderCell createCell()
Deprecated.Description copied from class:Grid.StaticSection.StaticRow
Creates and returns a new instance of the cell type.- Specified by:
createCell
in classGrid.StaticSection.StaticRow<Grid.HeaderCell>
- Returns:
- the created cell
-
getCellTagName
protected java.lang.String getCellTagName()
Deprecated.- Specified by:
getCellTagName
in classGrid.StaticSection.StaticRow<Grid.HeaderCell>
-
writeDesign
protected void writeDesign(org.jsoup.nodes.Element trElement, com.vaadin.ui.declarative.DesignContext designContext)
Deprecated.Description copied from class:Grid.StaticSection.StaticRow
Writes the declarative design to the given table row element.- Overrides:
writeDesign
in classGrid.StaticSection.StaticRow<Grid.HeaderCell>
- Parameters:
trElement
- Element to write design todesignContext
- the design context
-
readDesign
protected void readDesign(org.jsoup.nodes.Element trElement, com.vaadin.ui.declarative.DesignContext designContext)
Deprecated.Description copied from class:Grid.StaticSection.StaticRow
Reads the declarative design from the given table row element.- Overrides:
readDesign
in classGrid.StaticSection.StaticRow<Grid.HeaderCell>
- Parameters:
trElement
- Element to read design fromdesignContext
- the design context
-
-