Winter Cardinal UI - v0.442.0 / DCommandClear
↳ DCommandClear
• new DCommandClear(): DCommandClear
▸ 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-base.ts:21
▸ isClean(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-base.ts:17
▸ isClear(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-clear.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-clear.ts:9
▸ 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