Uses of Interface
com.vaadin.ui.components.grid.HeaderRow
-
Packages that use HeaderRow Package Description com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of HeaderRow in com.vaadin.ui
Methods in com.vaadin.ui that return HeaderRow Modifier and Type Method Description HeaderRow
Grid. addHeaderRowAt(int index)
Inserts a new row at the given position to the header section.HeaderRow
Grid. appendHeaderRow()
Adds a new row at the bottom of the header section.HeaderRow
Grid. getDefaultHeaderRow()
Returns the current default row of the header.HeaderRow
Grid. getHeaderRow(int index)
Returns the header row at the given index.HeaderRow
Grid. prependHeaderRow()
Adds a new row at the top of the header section.Methods in com.vaadin.ui with parameters of type HeaderRow Modifier and Type Method Description void
Grid. removeHeaderRow(HeaderRow row)
Removes the given row from the header section.void
Grid. setDefaultHeaderRow(HeaderRow row)
Sets the default row of the header. -
Uses of HeaderRow in com.vaadin.ui.components.grid
Classes in com.vaadin.ui.components.grid that implement HeaderRow Modifier and Type Class Description class
Header.Row
A row in a Grid header.
-