Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ErrorDialog

Hierarchy

Index

Properties

Protected _parentDialog

_parentDialog: any

availableViews

availableViews: Array<ViewDescriptor>

businessClassName

businessClassName: string

children

children: Array<Dialog> = []

description

description: string

dialogClassName

dialogClassName: string

dialogMode

dialogMode: DialogMode

header

header: View

id

id: string

recordDef

recordDef: RecordDef

referringObject

referringObject: ReferringObject

selectedViewId

selectedViewId: string

sessionId

sessionId: string

tenantId

tenantId: string

type

view

view: View

viewMode

viewMode: ViewMode

Static BINARY_CHUNK_SIZE

BINARY_CHUNK_SIZE: number = 256 * 1024

Accessors

catavolt

error

hasError

  • get hasError(): boolean

isDestroyed

  • get isDestroyed(): boolean

isRefreshNeeded

  • get isRefreshNeeded(): boolean

lastRefreshTime

  • get lastRefreshTime(): Date
  • set lastRefreshTime(time: Date): void

menu

paneTitle

  • get paneTitle(): string

parentDialog

viewDescs

Methods

binaryAt

  • binaryAt(propName: string, record: Record): Promise<Binary>

destroy

  • destroy(): void

findMenuAt

  • findMenuAt(actionId: string): Menu

formatForRead

  • formatForRead(prop: Property, propName: string): string

formatForWrite

  • formatForWrite(prop: Property, propName: string): string

initialize

Protected invokeMenuAction

openView

parseValue

  • parseValue(formattedValue: any, propName: string): any
  • Parses a value to prepare for 'writing' back to the server

    Parameters

    • formattedValue: any
    • propName: string

    Returns any

propDefAtName

readBinaries

Protected readBinary

  • readBinary(propName: string, record: Record): Promise<Binary>

Protected updateSettingsWithNewDialogProperties

  • updateSettingsWithNewDialogProperties(referringObject: ReferringObject): void

writeAttachment

  • writeAttachment(attachment: Attachment): Promise<void>

writeAttachments

  • writeAttachments(record: Record): Promise<Array<void>>

writeBinaries

  • writeBinaries(record: Record): Promise<Array<void>>

Generated using TypeDoc