com.vaadin.shared.ui.grid.

Class SectionState.CellState

    • Field Detail

      • styleName

        public String styleName

        The style name for this cell. Null if none.

      • text

        public String text

        The textual caption of this cell.

      • html

        public String html

        The html content of this cell.

      • connector

        public Connector connector

        The connector for the component that is set to be displayed in this cell. Null if none.

      • columnId

        public String columnId

        The id of the column that this cell belongs to.

      • description

        public String description

        The tooltip for the cell

      • descriptionContentMode

        public ContentMode descriptionContentMode

        The content mode for the tooltip for the cell

    • Constructor Detail

      • CellState

        public CellState()