Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DialogProxy

Implements

Index

Constructors

constructor

Properties

Private _clientListener

_clientListener: ClientListener

Private _dialogDelegateChain

_dialogDelegateChain: DialogDelegate[]

Private _initialized

_initialized: boolean

Private _initializedPr

_initializedPr: Promise<boolean>

Private _initializedRejectFn

_initializedRejectFn: function

Type declaration

    • (error: any): void
    • Parameters

      • error: any

      Returns void

Private _initializedResolveFn

_initializedResolveFn: function

Type declaration

    • (value: any): void
    • Parameters

      • value: any

      Returns void

Private _lastActivity

_lastActivity: Date = new Date()

Private _locale

_locale: CvLocale

Accessors

lastActivity

  • get lastActivity(): Date

Methods

addClientListener

clientListener

  • clientListener(): function

deleteJson

getBlob

getJson

getText

isAnyUserInBriefcaseMode

  • isAnyUserInBriefcaseMode(tenantId: string): Promise<boolean>

isUserInBriefcaseMode

  • isUserInBriefcaseMode(userInfo: __type): Promise<boolean>

openStream

  • openStream(baseUrl: string, resourcePath?: string): Promise<StreamProducer>

postJson

postMultipart

  • postMultipart(baseUrl: string, resourcePath: string, formData: FormData): Promise<VoidClientResponse>

Private prepareForActivity

  • prepareForActivity(): Promise<boolean>

Private processRequestAndResponse

  • processRequestAndResponse(requestFn: string, responseFn: string, args: any): Promise<any>

putJson

removeClientListener

Static Private delegateRequest

  • delegateRequest(previousPr: Promise<any>, delegateIterator: ValueIterator<DialogDelegate>, requestFn: string, args: any): Promise<any>

Generated using TypeDoc