Highcharts Grid
    Preparing search index...

    Represents a select type of cell content.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    blurHandler?: (e: FocusEvent) => void

    Blur event handler for the edit mode content that can be overwritten in the Edit Mode Class.

    Type Declaration

      • (e: FocusEvent): void
      • Parameters

        • e: FocusEvent

          The focus event that triggered the blur.

        Returns void

    cell: TableCell

    The cell to which the content belongs.

    changeHandler?: (e: Event) => void

    Change event handler for the edit mode content that can be overwritten in the Edit Mode Class.

    Type Declaration

      • (e: Event): void
      • Parameters

        • e: Event

          The event that triggered the change.

        Returns void

    finishAfterChange: boolean = true

    Whether to finish the edit after a change.

    keyDownHandler?: (e: KeyboardEvent) => void

    Key down event handler for the edit mode content that can be overwritten in the Edit Mode Class.

    Type Declaration

      • (e: KeyboardEvent): void
      • Parameters

        • e: KeyboardEvent

          The keyboard event that triggered the key down.

        Returns void

    renderer: CellRenderer

    The renderer that allows to print content (inputs, selects, etc.)

    Accessors

    • get rawValue(): string

      Gets the raw value of the select element.

      Returns string

    Methods

    • Adds the select element to the parent element.

      Parameters

      • parentElement: HTMLElement = ...

        The parent element to add the select element to.

      Returns HTMLSelectElement

      The select element.

    • Gets the main element (select) of the content.

      Returns HTMLSelectElement

      The select element.