Winter Cardinal UI - v0.442.0 / DCommandCreate

Class: DCommandCreate

Hierarchy

Table of contents

Constructors

Methods

Constructors

constructor

new DCommandCreate(): DCommandCreate

Returns

DCommandCreate

Inherited from

DCommandBase.constructor

Methods

destroy

destroy(): void

Returns

void

Inherited from

DCommandBase.destroy

Defined in

src/main/typescript/wcardinal/ui/d-command-base.ts:41


execute

execute(): boolean

Called to executed this command.

Returns

boolean

true if executed successfully

Overrides

DCommandBase.execute

Defined in

src/main/typescript/wcardinal/ui/d-command-create.ts:9


isClean

isClean(): boolean

Returns

boolean

Inherited from

DCommandBase.isClean

Defined in

src/main/typescript/wcardinal/ui/d-command-base.ts:17


isClear

isClear(): boolean

Returns

boolean

Overrides

DCommandBase.isClear

Defined in

src/main/typescript/wcardinal/ui/d-command-create.ts:15


isMerged

isMerged(): boolean

Returns

boolean

Inherited from

DCommandBase.isMerged

Defined in

src/main/typescript/wcardinal/ui/d-command-base.ts:29


isStorable

isStorable(): boolean

Returns

boolean

Overrides

DCommandBase.isStorable

Defined in

src/main/typescript/wcardinal/ui/d-command-create.ts:11


merge

merge(target): boolean

Called to merge the target command and this command. Returns true if merged successfully.

Parameters

Name Type Description
target DCommand a command to be merged

Returns

boolean

true if merged successfully

Inherited from

DCommandBase.merge

Defined in

src/main/typescript/wcardinal/ui/d-command-base.ts:25


redo

redo(): boolean

Returns

boolean

Inherited from

DCommandBase.redo

Defined in

src/main/typescript/wcardinal/ui/d-command-base.ts:33


undo

undo(): boolean

Returns

boolean

Inherited from

DCommandBase.undo

Defined in

src/main/typescript/wcardinal/ui/d-command-base.ts:37