Skip to content

Class: AttachmentFormCellProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new AttachmentFormCellProxy(context: IContext): AttachmentFormCellProxy

Overrides FormCellControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: AttachmentFormCellProxy

Methods

getAllowedFileTypes

getAllowedFileTypes(): string[]

Implementation of IAttachmentFormCellProxy

Returns: string[]


getAttachmentActionType

getAttachmentActionType(): string[]

Implementation of IAttachmentFormCellProxy

Returns: string[]


getAttachmentAddTitle

getAttachmentAddTitle(): string

Implementation of IAttachmentFormCellProxy

Returns: string


getAttachmentCancelTitle

getAttachmentCancelTitle(): string

Implementation of IAttachmentFormCellProxy

Returns: string


getAttachmentTitle

getAttachmentTitle(): string

Implementation of IAttachmentFormCellProxy

Returns: string


openAttachmentItem

openAttachmentItem(index: number): void

Implementation of IAttachmentFormCellProxy

Parameters:

Name Type Description
index number The index of the item

Returns: void


setAllowedFileTypes

setAllowedFileTypes(fileType: [string]): void

Implementation of IAttachmentFormCellProxy

Parameters:

Name Type Description
fileType [string] value to set.

Returns: void


setAttachmentActionType

setAttachmentActionType(actionType: [string]): void

Implementation of IAttachmentFormCellProxy

Parameters:

Name Type
actionType [string]

Returns: void


setAttachmentAddTitle

setAttachmentAddTitle(addTitle: string): void

Implementation of IAttachmentFormCellProxy

Parameters:

Name Type Description
addTitle string value to set.

Returns: void


setAttachmentCancelTitle

setAttachmentCancelTitle(cancelTitle: string): void

Implementation of IAttachmentFormCellProxy

Parameters:

Name Type Description
cancelTitle string value to set.

Returns: void


setAttachmentTitle

setAttachmentTitle(title: string): void

Implementation of IAttachmentFormCellProxy

Parameters:

Name Type Description
title string value to set.

Returns: void


setValueByIndex

setValueByIndex(value: any, index: number, notify?: boolean): this

Implementation of IAttachmentFormCellProxy

Parameters:

Name Type Description
value any value to be set
index number The index of the item
notify? boolean whether to send the notification

Returns: this

this - allows chaining