Last updated

API / geotoolkit / report / edit / ITextArea / ITextArea

Class: ITextArea

edit.ITextArea.ITextArea

Define an inplace editor implementation

Interface

Table of contents

Constructors
Methods

Contents

Constructors

new ITextArea()

new ITextArea()

Methods

copy

Abstract copy(): ITextArea

Copy selection

Returns

ITextArea

return this


cut

Abstract cut(): ITextArea

Cut selection

Returns

ITextArea

return this


delete

Abstract delete(): ITextArea

Delete selection

Returns

ITextArea

return this


getPropertiesDescriptor

Abstract getPropertiesDescriptor(iPropertiesType): object

Return properties descriptor if supported

Parameters

Name Type Description
iPropertiesTypeClassType<any>properties type

Returns

object

properties descriptor


onSelectionChanged

Abstract onSelectionChanged(): void

Returns

void


paste

Abstract paste(): Promise<string>

Paste selection

Returns

Promise<string>

return promise