Uses of Class
com.vaadin.client.widgets.Grid.HeaderRow
-
Packages that use Grid.HeaderRow Package Description com.vaadin.client.widgets -
-
Uses of Grid.HeaderRow in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return Grid.HeaderRow Modifier and Type Method Description Grid.HeaderRowGrid. addHeaderRowAt(int index)Inserts a new row at the given position to the header section.Grid.HeaderRowGrid. appendHeaderRow()Adds a new row at the bottom of the header section.protected Grid.HeaderRowGrid.Header. createRow()Grid.HeaderRowGrid. getDefaultHeaderRow()Returns the current default row of the header section.Grid.HeaderRowGrid.Header. getDefaultRow()Returns the current default row of this header.Grid.HeaderRowGrid. getHeaderRow(int rowIndex)Gets the header row at given index.Grid.HeaderRowGrid. prependHeaderRow()Adds a new row at the top of the header section.Methods in com.vaadin.client.widgets with parameters of type Grid.HeaderRow Modifier and Type Method Description voidGrid. removeHeaderRow(Grid.HeaderRow row)Removes the given row from the header section.voidGrid. setDefaultHeaderRow(Grid.HeaderRow row)Sets the default row of the header.voidGrid.Header. setDefaultRow(Grid.HeaderRow row)Sets the default row of this header.
-