You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.grid.

Class HeaderRow.HeaderCell

  • java.lang.Object
    • com.vaadin.flow.component.grid.AbstractRow.AbstractCell
      • com.vaadin.flow.component.grid.HeaderRow.HeaderCell
  • All Implemented Interfaces:

    Serializable

    Enclosing class:

    HeaderRow

    public static class HeaderRow.HeaderCell
    extends com.vaadin.flow.component.grid.AbstractRow.AbstractCell

    A header cell in a Grid.

    Author:

    Vaadin Ltd.

    See Also:

    Serialized Form

    • Method Detail

      • setText

        public void setText​(String text)

        Description copied from class: com.vaadin.flow.component.grid.AbstractRow.AbstractCell

        Sets the text content of this cell.

        This will remove a component set with AbstractRow.AbstractCell.setComponent(Component).

        Specified by:

        setText in class com.vaadin.flow.component.grid.AbstractRow.AbstractCell

        Parameters:

        text - the text to be shown in this cell

      • setComponent

        public void setComponent​(Component component)

        Description copied from class: com.vaadin.flow.component.grid.AbstractRow.AbstractCell

        Sets the component as the content of this cell.

        This will remove text set with AbstractRow.AbstractCell.setText(String).

        Specified by:

        setComponent in class com.vaadin.flow.component.grid.AbstractRow.AbstractCell

        Parameters:

        component - the component to set