Backing information for a text cell in the grid.

Hierarchy

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

ngAcceptInputType_activationBorderBottomWidth: string | number
ngAcceptInputType_activationBorderLeftWidth: string | number
ngAcceptInputType_activationBorderRightWidth: string | number
ngAcceptInputType_activationBorderTopWidth: string | number
ngAcceptInputType_activationStatus: string | number
ngAcceptInputType_actualBorderBottomWidth: string | number
ngAcceptInputType_actualBorderLeftWidth: string | number
ngAcceptInputType_actualBorderRightWidth: string | number
ngAcceptInputType_actualBorderTopWidth: string | number
ngAcceptInputType_actualContentOpacity: string | number
ngAcceptInputType_actualOpacity: string | number
ngAcceptInputType_actualPaddingBottom: string | number
ngAcceptInputType_actualPaddingLeft: string | number
ngAcceptInputType_actualPaddingRight: string | number
ngAcceptInputType_actualPaddingTop: string | number
ngAcceptInputType_borderBottomWidth: string | number
ngAcceptInputType_borderLeftWidth: string | number
ngAcceptInputType_borderRightWidth: string | number
ngAcceptInputType_borderTopWidth: string | number
ngAcceptInputType_contentOpacity: string | number
ngAcceptInputType_dataRow: string | number
ngAcceptInputType_editID: string | number
ngAcceptInputType_editOpacity: string | number
ngAcceptInputType_errorBorderBottomWidth: string | number
ngAcceptInputType_errorBorderLeftWidth: string | number
ngAcceptInputType_errorBorderRightWidth: string | number
ngAcceptInputType_errorBorderTopWidth: string | number
ngAcceptInputType_height: string | number
ngAcceptInputType_horizontalAlignment: string | CellContentHorizontalAlignment
ngAcceptInputType_hoverStatus: string | number
ngAcceptInputType_indent: string | number
ngAcceptInputType_isBorderDirty: string | boolean
ngAcceptInputType_isCollapsable: string | boolean
ngAcceptInputType_isContentDirty: string | boolean
ngAcceptInputType_isDataDirty: string | boolean
ngAcceptInputType_isDeleted: string | boolean
ngAcceptInputType_isEdited: string | boolean
ngAcceptInputType_isExpanded: string | boolean
ngAcceptInputType_isFilterRow: string | boolean
ngAcceptInputType_isHitTestVisible: string | boolean
ngAcceptInputType_isHoverable: string | boolean
ngAcceptInputType_isInEditMode: string | boolean
ngAcceptInputType_isLastStickyRow: string | boolean
ngAcceptInputType_isLayerDirty: string | boolean
ngAcceptInputType_isPlaceholdContentNeeded: string | boolean
ngAcceptInputType_isPositionDirty: string | boolean
ngAcceptInputType_isRowPinned: string | boolean
ngAcceptInputType_isRowSticky: string | boolean
ngAcceptInputType_isSelected: string | boolean
ngAcceptInputType_isSizeDirty: string | boolean
ngAcceptInputType_isStateDirty: string | boolean
ngAcceptInputType_lineBreakMode: string | TextCellLineBreakMode
ngAcceptInputType_opacity: string | number
ngAcceptInputType_paddingBottom: string | number
ngAcceptInputType_paddingLeft: string | number
ngAcceptInputType_paddingRight: string | number
ngAcceptInputType_paddingTop: string | number
ngAcceptInputType_pinned: string | PinnedPositions
ngAcceptInputType_pinnedRowOpacity: string | number
ngAcceptInputType_selectedStatus: string | number
ngAcceptInputType_snappedX: string | number
ngAcceptInputType_snappedY: string | number
ngAcceptInputType_sortDirection: string | ColumnSortDirection
ngAcceptInputType_verticalAlignment: string | CellContentVerticalAlignment
ngAcceptInputType_virtualizationPercentage: string | number
ngAcceptInputType_width: string | number
ngAcceptInputType_x: string | number
ngAcceptInputType_y: string | number

Accessors

  • get actionManager(): ICellActionManager
  • Gets the action manager to propagate actions back to the grid.

    Returns ICellActionManager

  • set actionManager(v: ICellActionManager): void
  • Parameters

    • v: ICellActionManager

    Returns void

  • get activationBorder(): string
  • Gets the actual background color of the cell

    Returns string

  • set activationBorder(v: string): void
  • Parameters

    • v: string

    Returns void

  • get activationBorderBottomWidth(): number
  • Gets or sets the bottom activation border to use for the content.

    Returns number

  • set activationBorderBottomWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get activationBorderLeftWidth(): number
  • Gets or sets the left activation border to use for the content.

    Returns number

  • set activationBorderLeftWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get activationBorderRightWidth(): number
  • Gets or sets the right activation border to use for the content.

    Returns number

  • set activationBorderRightWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get activationBorderTopWidth(): number
  • Gets or sets the top activation border to use for the content.

    Returns number

  • set activationBorderTopWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get activationStatus(): number
  • Gets the amount that the cell is activated. This is a value between 0 and 1.

    Returns number

  • set activationStatus(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualBackground(): string
  • Gets the actual background color of the cell

    Returns string

  • set actualBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualBorder(): string
  • Gets the actual background color of the cell

    Returns string

  • set actualBorder(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualBorderBottomWidth(): number
  • Gets or sets the actual bottom border to use for the content.

    Returns number

  • set actualBorderBottomWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualBorderLeftWidth(): number
  • Gets or sets the actual left border to use for the content.

    Returns number

  • set actualBorderLeftWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualBorderRightWidth(): number
  • Gets or sets the actual right border to use for the content.

    Returns number

  • set actualBorderRightWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualBorderTopWidth(): number
  • Gets or sets the actual top border to use for the content.

    Returns number

  • set actualBorderTopWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualContentOpacity(): number
  • Gets the actual content opacity of the cell.

    Returns number

  • set actualContentOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualFont(): string
  • Returns string

  • set actualFont(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualOpacity(): number
  • Gets the actual opacity of the cell.

    Returns number

  • set actualOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPaddingBottom(): number
  • Gets or sets the bottom padding to use for the content.

    Returns number

  • set actualPaddingBottom(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPaddingLeft(): number
  • Gets or sets the left padding to use for the content.

    Returns number

  • set actualPaddingLeft(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPaddingRight(): number
  • Gets or sets the right padding to use for the content.

    Returns number

  • set actualPaddingRight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPaddingTop(): number
  • Gets or sets the top padding to use for the content.

    Returns number

  • set actualPaddingTop(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualTextColor(): string
  • Gets the actual color of the text for the cell, if any.

    Returns string

  • set actualTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get background(): string
  • Gets or sets the background color of the cell.

    Returns string

  • set background(v: string): void
  • Parameters

    • v: string

    Returns void

  • get border(): string
  • Gets or sets the border color of the cell.

    Returns string

  • set border(v: string): void
  • Parameters

    • v: string

    Returns void

  • get borderBottomWidth(): number
  • Gets or sets the bottom border to use for the content.

    Returns number

  • set borderBottomWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get borderLeftWidth(): number
  • Gets or sets the left border to use for the content.

    Returns number

  • set borderLeftWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get borderRightWidth(): number
  • Gets or sets the right border to use for the content.

    Returns number

  • set borderRightWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get borderTopWidth(): number
  • Gets or sets the top border to use for the content.

    Returns number

  • set borderTopWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get contentOpacity(): number
  • Gets or sets the opacity of the content of the cell.

    Returns number

  • set contentOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get dataRow(): number
  • Gets the absolute data row for the current cell.

    Returns number

  • set dataRow(v: number): void
  • Parameters

    • v: number

    Returns void

  • get deletedTextColor(): string
  • Gets or sets the text color for cells in deleted rows.

    Returns string

  • set deletedTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get editError(): string
  • Gets or sets the error message for the cell.

    Returns string

  • set editError(v: string): void
  • Parameters

    • v: string

    Returns void

  • get editFont(): string
  • Returns string

  • set editFont(v: string): void
  • Parameters

    • v: string

    Returns void

  • get editID(): number
  • Returns number

  • set editID(v: number): void
  • Parameters

    • v: number

    Returns void

  • get editOpacity(): number
  • Gets or sets the opacity for cells that have unsaved edits.

    Returns number

  • set editOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get errorBorder(): string
  • Gets or sets the error border color of the cell.

    Returns string

  • set errorBorder(v: string): void
  • Parameters

    • v: string

    Returns void

  • get errorBorderBottomWidth(): number
  • Gets or sets the bottom error border to use for the content.

    Returns number

  • set errorBorderBottomWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get errorBorderLeftWidth(): number
  • Gets or sets the left error border to use for the content.

    Returns number

  • set errorBorderLeftWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get errorBorderRightWidth(): number
  • Gets or sets the right error border to use for the content.

    Returns number

  • set errorBorderRightWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get errorBorderTopWidth(): number
  • Gets or sets the top error border to use for the content.

    Returns number

  • set errorBorderTopWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get filterRowBackground(): string
  • Gets or sets the background color for filter row.

    Returns string

  • set filterRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get font(): string
  • Returns string

  • set font(v: string): void
  • Parameters

    • v: string

    Returns void

  • get height(): number
  • Gets the height of the cell.

    Returns number

  • set height(v: number): void
  • Parameters

    • v: number

    Returns void

  • get hoverBackground(): string
  • Gets or sets the hover background color of the cell.

    Returns string

  • set hoverBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get hoverStatus(): number
  • Gets the amount that the cell is hovered. This is a value between 0 and 1.

    Returns number

  • set hoverStatus(v: number): void
  • Parameters

    • v: number

    Returns void

  • get hoverTextColor(): string
  • Gets or sets the hover text color of the cell.

    Returns string

  • set hoverTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get indent(): number
  • Gets the indent level of the cell.

    Returns number

  • set indent(v: number): void
  • Parameters

    • v: number

    Returns void

  • get isBorderDirty(): boolean
  • Gets if the content of the cell is dirty.

    Returns boolean

  • set isBorderDirty(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isCollapsable(): boolean
  • Gets if the cell needs to display an expansion indicator.

    Returns boolean

  • set isCollapsable(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isContentDirty(): boolean
  • Gets if the content of the cell is dirty.

    Returns boolean

  • set isContentDirty(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isDataDirty(): boolean
  • Gets if the data of the cell is dirty.

    Returns boolean

  • set isDataDirty(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isDeleted(): boolean
  • Gets whether the cell is part of a deleted row.

    Returns boolean

  • set isDeleted(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isEdited(): boolean
  • Gets whether the cell has been edited.

    Returns boolean

  • set isEdited(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isExpanded(): boolean
  • Gets the expansion state of the cell.

    Returns boolean

  • set isExpanded(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isFilterRow(): boolean
  • Gets if this cell is in the filter row.

    Returns boolean

  • set isFilterRow(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isHitTestVisible(): boolean
  • Gets or sets whether the cell is hit test visible.

    Returns boolean

  • set isHitTestVisible(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isHoverable(): boolean
  • Gets whether the cell is hoverable or not.

    Returns boolean

  • set isHoverable(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isInEditMode(): boolean
  • Gets whether the cell is in edit mode.

    Returns boolean

  • set isInEditMode(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isLastStickyRow(): boolean
  • Gets if this cell is the last row that can stick to the top of the grid.

    Returns boolean

  • set isLastStickyRow(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isLayerDirty(): boolean
  • Gets if the layer of the cell is dirty.

    Returns boolean

  • set isLayerDirty(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isPlaceholdContentNeeded(): boolean
  • Gets if placeholder content is needed when virtualized.

    Returns boolean

  • set isPlaceholdContentNeeded(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isPositionDirty(): boolean
  • Gets if the position of the cell is dirty.

    Returns boolean

  • set isPositionDirty(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isRowPinned(): boolean
  • Gets if this cell belongs to a row that has been marked as pinned.

    Returns boolean

  • set isRowPinned(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isRowSticky(): boolean
  • Gets if this cell belongs to a row that will stick to the top of the grid.

    Returns boolean

  • set isRowSticky(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isSelected(): boolean
  • Gets if the cell is selected.

    Returns boolean

  • set isSelected(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isSizeDirty(): boolean
  • Gets if the size of the cell is dirty.

    Returns boolean

  • set isSizeDirty(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isStateDirty(): boolean
  • Gets if the layer of the cell is dirty.

    Returns boolean

  • set isStateDirty(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get lastStickyRowBackground(): string
  • Gets or sets the color for the last row in the sticky row area.

    Returns string

  • set lastStickyRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get lineBreakMode(): TextCellLineBreakMode
  • Gets or sets the line break mode to use if text is present in the cell.

    Returns TextCellLineBreakMode

  • set lineBreakMode(v: TextCellLineBreakMode): void
  • Parameters

    Returns void

  • get opacity(): number
  • Gets or sets the opacity of the cell.

    Returns number

  • set opacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get originalValue(): any
  • Gets or sets the original value for the cell, before processing.

    Returns any

  • set originalValue(v: any): void
  • Parameters

    • v: any

    Returns void

  • get paddingBottom(): number
  • Gets or sets the bottom padding to use for the content.

    Returns number

  • set paddingBottom(v: number): void
  • Parameters

    • v: number

    Returns void

  • get paddingLeft(): number
  • Gets or sets the left padding to use for the content.

    Returns number

  • set paddingLeft(v: number): void
  • Parameters

    • v: number

    Returns void

  • get paddingRight(): number
  • Gets or sets the right padding to use for the content.

    Returns number

  • set paddingRight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get paddingTop(): number
  • Gets or sets the top padding to use for the content.

    Returns number

  • set paddingTop(v: number): void
  • Parameters

    • v: number

    Returns void

  • get pinned(): PinnedPositions
  • Gets the fixed column position of this cell.

    Returns PinnedPositions

  • set pinned(v: PinnedPositions): void
  • Parameters

    Returns void

  • get pinnedRowBackground(): string
  • Gets or sets the background color for the cell that has been marked as pinned.

    Returns string

  • set pinnedRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get pinnedRowOpacity(): number
  • Gets or sets the color to use for displaying text.

    Returns number

  • set pinnedRowOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get renderValue(): string
  • Gets or sets the text value, if any, which was rendered by a text cell.

    Returns string

  • set renderValue(v: string): void
  • Parameters

    • v: string

    Returns void

  • get resolvedContentOpacity(): number
  • Returns number

  • get resolvedTextAlign(): "center" | "left" | "right"
  • Returns "center" | "left" | "right"

  • get rowItem(): any
  • Returns any

  • set rowItem(v: any): void
  • Parameters

    • v: any

    Returns void

  • get selectedBackground(): string
  • Gets or sets the selected background color of the cell.

    Returns string

  • set selectedBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get selectedStatus(): number
  • Gets the amount that the cell is selected. This is a value between 0 and 1.

    Returns number

  • set selectedStatus(v: number): void
  • Parameters

    • v: number

    Returns void

  • get snappedX(): number
  • Gets the pixel snapped X position of the cell within the content.

    Returns number

  • set snappedX(v: number): void
  • Parameters

    • v: number

    Returns void

  • get snappedY(): number
  • Gets the snapped Y position of the cell within the content.

    Returns number

  • set snappedY(v: number): void
  • Parameters

    • v: number

    Returns void

  • get sortDirection(): ColumnSortDirection
  • Gets the current sort direction for the column containing the cell.

    Returns ColumnSortDirection

  • set sortDirection(v: ColumnSortDirection): void
  • Parameters

    Returns void

  • get sortIndicatorColor(): string
  • Gets or sets the color for the sort indicator icon.

    Returns string

  • set sortIndicatorColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get stickyRowBackground(): string
  • Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.

    Returns string

  • set stickyRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get styleKey(): string
  • Gets the style key of the current cell, used for recycling.

    Returns string

  • set styleKey(v: string): void
  • Parameters

    • v: string

    Returns void

  • get textColor(): string
  • Gets or sets the color of the text for the cell, if any.

    Returns string

  • set textColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get textValue(): string
  • Sets or gets the text value for the cell.

    Returns string

  • set textValue(v: string): void
  • Parameters

    • v: string

    Returns void

  • get virtualizationPercentage(): number
  • Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.

    Returns number

  • set virtualizationPercentage(v: number): void
  • Parameters

    • v: number

    Returns void

  • get width(): number
  • Gets the width of the cell.

    Returns number

  • set width(v: number): void
  • Parameters

    • v: number

    Returns void

  • get x(): number
  • Gets the X position of the cell within the content.

    Returns number

  • set x(v: number): void
  • Parameters

    • v: number

    Returns void

  • get y(): number
  • Gets the Y position of the cell within the content.

    Returns number

  • set y(v: number): void
  • Parameters

    • v: number

    Returns void

Methods

  • Parameters

    • listener: (() => void)
        • (): void
        • Returns void

    Returns void

  • Parameters

    • name: string

    Returns any

  • Gets a named value from the cell.

    Parameters

    • valueName: string
      • The name of the value to get.

    Returns any

  • Returns if there is a named value stored for the cell.

    Parameters

    • valueName: string
      • The name of the value to check.

    Returns boolean

  • Parameters

    • propertyName: string

    Returns boolean

  • Gets if a named property is dirty.

    Parameters

    • propertyName: string
      • The property name to check.

    Returns boolean

  • Gets if a named property is dirty.

    Parameters

    • propertyId_: number

    Returns boolean

  • Removes a named value from the cell.

    Parameters

    • valueName: string
      • The name of the value to remove.

    Returns void

  • Parameters

    • listener: (() => void)
        • (): void
        • Returns void

    Returns void

  • Parameters

    • valueName: string
    • value: any

    Returns void