Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldColumn

Hierarchy

Index

Properties

Readonly alias

alias: string

The display name for the field.

Read more...

config

The field configuration for the column.

Read more...

declaredClass

declaredClass: string

Readonly defaultValue

defaultValue: any

The default value set for the field.

Read more...

Readonly description

description: string

Contains information describing the purpose of each field.

Read more...

destroyed

destroyed: boolean

direction

direction: any

Controls the sort order of the column.

Read more...

Readonly editable

editable: boolean

Indicates whether the field is editable.

Read more...

field

field: Field

The Field associated with this column.

Read more...

initialized

initialized: boolean

layer

If applicable, the associated FeatureLayer or SceneLayer tied to the column.

Read more...

Readonly maxLength

maxLength: number

Restricts the input length for the column.

Read more...

Readonly menu

The object to customize the feature table column's menu content.

Read more...

Readonly menuConfig

menuConfig: ButtonMenuConfig

The Object used to customize the column's menu content.

Read more...

Readonly name

name: string

The name of the field.

Read more...

Readonly nullable

nullable: boolean

Indicates if the field can accept null values.

Read more...

Readonly required

required: boolean

Indicates whether the field is required.

Read more...

Readonly resizable

resizable: boolean

Indicates whether the column is resizable.

Read more...

Readonly sortable

sortable: boolean

Indicates whether the field is sortable.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns FieldColumn

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

getMenuItems

  • Returns any associated menu items on the column.

    Read more...

    Returns ButtonMenuItemConfig

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns FieldColumn

  • Parameters

    Returns FieldColumn

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc