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:
- 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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grid.HeaderRow
protected Grid.HeaderRow(Grid.StaticSection<?> section)
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 todesignContext - 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 fromdesignContext - the design context
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.