Winter Cardinal UI - v0.442.0 / DCommandSave
↳ DCommandSave
• new DCommandSave(): DCommandSave
▸ destroy(): void
void
src/main/typescript/wcardinal/ui/d-command-base.ts:41
▸ execute(): boolean
Called to executed this command.
boolean
true if executed successfully
src/main/typescript/wcardinal/ui/d-command-save.ts:14
▸ isClean(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-base.ts:17
▸ isClear(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-base.ts:13
▸ isMerged(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-base.ts:29
▸ isStorable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-save.ts:10
▸ merge(target
): boolean
Called to merge the target command and this command. Returns true if merged successfully.
Name | Type | Description |
---|---|---|
target |
DCommand |
a command to be merged |
boolean
true if merged successfully
src/main/typescript/wcardinal/ui/d-command-base.ts:25
▸ redo(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-base.ts:33
▸ undo(): boolean
boolean