Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AttributeCellValueDef


Hierarchy

Index

Constructors

constructor

  • new AttributeCellValueDef(_propertyName: string, _presentationLength: number, _entryMethod: string, _autoFillCapable: boolean, _hint: string, _toolTip: string, _fieldActions: Array<MenuDef>, style: string): AttributeCellValueDef
  • Parameters

    • _propertyName: string
    • _presentationLength: number
    • _entryMethod: string
    • _autoFillCapable: boolean
    • _hint: string
    • _toolTip: string
    • _fieldActions: Array<MenuDef>
    • style: string

    Returns AttributeCellValueDef

Properties

Private _autoFillCapable

_autoFillCapable: boolean

Private _entryMethod

_entryMethod: string

Private _fieldActions

_fieldActions: Array<MenuDef>

Private _hint

_hint: string

Private _presentationLength

_presentationLength: number

Private _propertyName

_propertyName: string

Private _toolTip

_toolTip: string

Accessors

autoFileCapable

  • get autoFileCapable(): boolean
  • Returns boolean

entryMethod

  • get entryMethod(): string
  • Returns string

fieldActions

  • get fieldActions(): Array<MenuDef>
  • Returns Array<MenuDef>

hint

  • get hint(): string
  • Returns string

isComboBoxEntryMethod

  • get isComboBoxEntryMethod(): boolean
  • Returns boolean

isDropDownEntryMethod

  • get isDropDownEntryMethod(): boolean
  • Returns boolean

isIconEntryMethod

  • get isIconEntryMethod(): boolean
  • Returns boolean

isInlineMediaStyle

  • get isInlineMediaStyle(): boolean

isTextFieldEntryMethod

  • get isTextFieldEntryMethod(): boolean
  • Returns boolean

presentationLength

  • get presentationLength(): number
  • Returns number

propertyName

  • get propertyName(): string
  • Returns string

style

  • get style(): string

toolTip

  • get toolTip(): string
  • Returns string

Methods

Static fromWS

Generated using TypeDoc