|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.ui.components.grid.GridHeader.HeaderRow
public class GridHeader.HeaderRow
| Field Summary | |
|---|---|
protected com.vaadin.ui.components.grid.GridStaticSection<?> |
section
|
| Constructor Summary | |
|---|---|
protected |
GridHeader.HeaderRow(com.vaadin.ui.components.grid.GridStaticSection<?> section)
|
| Method Summary | |
|---|---|
protected void |
addCell(java.lang.Object propertyId)
|
protected GridHeader.HeaderCell |
createCell()
Creates and returns a new instance of the cell type. |
CELLTYPE |
getCell(java.lang.Object propertyId)
Returns the cell at the given position in this row. |
protected com.vaadin.shared.ui.grid.GridStaticSectionState.RowState |
getRowState()
|
CELLTYPE |
join(CELLTYPE... cells)
Merges columns cells in a row |
protected CELLTYPE |
join(java.util.List<CELLTYPE> cells)
Merges cells in a row |
CELLTYPE |
join(java.lang.Object... properties)
Merges columns cells in a row |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected com.vaadin.ui.components.grid.GridStaticSection<?> section
| Constructor Detail |
|---|
protected GridHeader.HeaderRow(com.vaadin.ui.components.grid.GridStaticSection<?> section)
| Method Detail |
|---|
protected GridHeader.HeaderCell createCell()
protected void addCell(java.lang.Object propertyId)
protected com.vaadin.shared.ui.grid.GridStaticSectionState.RowState getRowState()
public CELLTYPE getCell(java.lang.Object propertyId)
propertyId - the itemId of column
java.lang.IndexOutOfBoundsException - if the index is out of boundsprotected CELLTYPE join(java.util.List<CELLTYPE> cells)
cells - The cells to be merged
public CELLTYPE join(java.lang.Object... properties)
properties - The column properties which header should be merged
public CELLTYPE join(CELLTYPE... cells)
cells - The cells to merge. Must be from the same row.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||