RevGrid - v0.9.3
    Preparing search index...

    Class RevGenericTableField<TextFormattableValueTypeId, TextFormattableValueAttributeTypeId>

    Type Parameters

    • TextFormattableValueTypeId
    • TextFormattableValueAttributeTypeId

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    getEditValueEventer: undefined | GetEditValueEventer
    heading: string
    index: number

    Used by servers to index data. Will be used by client to access data in circumstances when a complete row of data is retrieved with RevDataServer.getViewRow from the server.

    name: string

    Identifies a field in the schema. Will be unique within a schema (ie grid).

    setEditValueEventer: undefined | SetEditValueEventer

    Accessors

    Methods

    • Retrieves the value of a field for edit purposes

      Parameters

      • record: IndexedRecord

      Returns unknown

    • Set the value of a field

      Parameters

      • record: IndexedRecord
      • value: unknown

      Returns void