Package com.vaadin.ui
Class Grid.HeaderRow
- java.lang.Object
-
- com.vaadin.ui.Grid.StaticSection.StaticRow<Grid.HeaderCell>
-
- com.vaadin.ui.Grid.HeaderRow
-
- All Implemented Interfaces:
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
Constructors Modifier Constructor Description protectedHeaderRow(Grid.StaticSection<?> section)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Grid.HeaderCellcreateCell()Creates and returns a new instance of the cell type.protected StringgetCellTagName()protected voidreadDesign(org.jsoup.nodes.Element trElement, DesignContext designContext)Reads the declarative design from the given table row element.protected voidwriteDesign(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
-
-
-
-
Constructor Detail
-
HeaderRow
protected HeaderRow(Grid.StaticSection<?> section)
-
-
Method Detail
-
createCell
protected Grid.HeaderCell createCell()
Description copied from class:Grid.StaticSection.StaticRowCreates and returns a new instance of the cell type.- Specified by:
createCellin classGrid.StaticSection.StaticRow<Grid.HeaderCell>- Returns:
- the created cell
-
getCellTagName
protected String getCellTagName()
- Specified by:
getCellTagNamein classGrid.StaticSection.StaticRow<Grid.HeaderCell>
-
writeDesign
protected void writeDesign(org.jsoup.nodes.Element trElement, DesignContext designContext)Description copied from class:Grid.StaticSection.StaticRowWrites the declarative design to the given table row element.- Overrides:
writeDesignin classGrid.StaticSection.StaticRow<Grid.HeaderCell>- Parameters:
trElement- Element to write design todesignContext- the design context
-
readDesign
protected void readDesign(org.jsoup.nodes.Element trElement, DesignContext designContext)Description copied from class:Grid.StaticSection.StaticRowReads the declarative design from the given table row element.- Overrides:
readDesignin classGrid.StaticSection.StaticRow<Grid.HeaderCell>- Parameters:
trElement- Element to read design fromdesignContext- the design context
-
-