com.vaadin.client.widgets.

Class Grid.HeaderRow

    • Constructor Detail

      • HeaderRow

        public HeaderRow()
    • Method Detail

      • setDefault

        protected void setDefault​(boolean isDefault)

        Sets whether this is the default header row or not. Setting this value to true resets the cell contents for this row to column header captions. Setting this value to false doesn't update the cell contents.

        Parameters:

        isDefault - true if this row should be default header row, false otherwise

      • isDefault

        public boolean isDefault()

        Returns whether this is the default header row or not.

        Returns:

        true if this row is the default header row, false otherwise