We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.widgets.
Class Grid.HeaderRow
- java.lang.Object
-
- com.vaadin.client.widgets.Grid.StaticSection.StaticRow<Grid.HeaderCell>
-
- com.vaadin.client.widgets.Grid.HeaderRow
-
public static class Grid.HeaderRow extends Grid.StaticSection.StaticRow<Grid.HeaderCell>
A single row in a grid header section.
-
-
Constructor Summary
Constructors Constructor Description HeaderRow()
-
Method Summary
All Methods Modifier and Type Method Description protected Grid.HeaderCell
createCell()
boolean
isDefault()
protected void
setDefault(boolean isDefault)
-
Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
addCell, getCell, getSection, getStyleName, hasSpannedCells, join, join, removeCell, setSection, setStyleName
-
-
-
-
Method Detail
-
setDefault
protected void setDefault(boolean isDefault)
-
isDefault
public boolean isDefault()
-
createCell
protected Grid.HeaderCell createCell()
Specified by:
createCell
in classGrid.StaticSection.StaticRow<Grid.HeaderCell>
-
-