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.HeaderRow
Grid. addHeaderRowAt(int index)
Inserts a new row at the given position to the header section.Grid.HeaderRow
Grid. appendHeaderRow()
Adds a new row at the bottom of the header section.protected Grid.HeaderRow
Grid.Header. createRow()
Grid.HeaderRow
Grid. getDefaultHeaderRow()
Returns the current default row of the header section.Grid.HeaderRow
Grid.Header. getDefaultRow()
Returns the current default row of this header.Grid.HeaderRow
Grid. getHeaderRow(int rowIndex)
Gets the header row at given index.Grid.HeaderRow
Grid. 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 void
Grid. removeHeaderRow(Grid.HeaderRow row)
Removes the given row from the header section.void
Grid. setDefaultHeaderRow(Grid.HeaderRow row)
Sets the default row of the header.void
Grid.Header. setDefaultRow(Grid.HeaderRow row)
Sets the default row of this header.
-