Class HeaderRow.HeaderCell

java.lang.Object
io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
io.jmix.groupgridflowui.kit.vaadin.grid.HeaderRow.HeaderCell
All Implemented Interfaces:
Serializable
Enclosing class:
HeaderRow

public static class HeaderRow.HeaderCell extends io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
A header cell in a Grid.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.Component
    Gets the component content of this cell.
    Gets the custom part name of the cell.
    Gets the text content of this cell.
    void
    setComponent(com.vaadin.flow.component.Component component)
    Sets the component as the content of this cell.
    void
    setPartName(String partName)
    Sets a custom part name for the cell.
    void
    Sets the text content of this cell.

    Methods inherited from class io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell

    getColumn, setColumn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getText

      public String getText()
      Description copied from class: io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Gets the text content of this cell.
      Specified by:
      getText in class io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Returns:
      text content of the cell
    • setText

      public void setText(String text)
      Description copied from class: io.jmix.groupgridflowui.kit.vaadin.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 io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Parameters:
      text - the text to be shown in this cell
    • getComponent

      public com.vaadin.flow.component.Component getComponent()
      Description copied from class: io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Gets the component content of this cell.
      Specified by:
      getComponent in class io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Returns:
      component content of the cell
    • setComponent

      public void setComponent(com.vaadin.flow.component.Component component)
      Description copied from class: io.jmix.groupgridflowui.kit.vaadin.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 io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Parameters:
      component - the component to set
    • setPartName

      public void setPartName(String partName)
      Description copied from class: io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Sets a custom part name for the cell.
      Specified by:
      setPartName in class io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Parameters:
      partName - the part name to set
    • getPartName

      public String getPartName()
      Description copied from class: io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Gets the custom part name of the cell.
      Specified by:
      getPartName in class io.jmix.groupgridflowui.kit.vaadin.grid.AbstractRow.AbstractCell
      Returns:
      the part name