Frame / SView / Commands / PlayViewAnimationCommand
Class: PlayViewAnimationCommand
SView.Commands.PlayViewAnimationCommand
Memberof
SView.Commands
Description
������ͼ�б�����
Author
yw
Date
2022-09-19 10:04:52
Version
1.0
Copyright
All Rights Reserved.Copyright (C) 2022 HOTEAMSOFT, Ltd
Hierarchy
-
↳
PlayViewAnimationCommand
Implements
Subscriber
Table of contents
Constructors
Properties
- description
- executedHandleMode
- frame
- inputParas
- isCanAbort
- isDisplayView
- isInterruptible
- isParametersComplete
- isPreView
- isShowLoadingDialog
- name
- outputParas
- priority
- scene
- state
- type
- view
Methods
- apply
- cancel
- clear
- close
- doPreview
- execute
- existValidParameters
- getConfigData
- getDescription
- getExecutedHandleMode
- getInputParas
- getIsCanAbort
- getIsDisplayView
- getIsInterruptible
- getIsParametersComplete
- getIsPreView
- getIsShowLoadingDialog
- getName
- getOutputParas
- getPriority
- getScene
- getState
- getView
- interrupt
- isShowView
- onClearPreview
- onExecuted
- preview
- release
- resume
- setExecutedHandleMode
- setInputParas
- setIsCanAbort
- setIsDisplayView
- setIsInterruptible
- setIsParametersComplete
- setIsPreView
- setIsShowLoadingDialog
- setName
- setOutputParas
- setPriority
- setScene
- setState
- setView
- touchHandle
- undo
- update
Constructors
constructor
• new PlayViewAnimationCommand(frame
, name
, type
, priority
): PlayViewAnimationCommand
Parameters
Name | Type | Description |
---|---|---|
frame | any | Frame对象 |
name | any | 命令名称 |
type | any | 类型 |
priority | any | 优先级 |
Returns
Description
Creates an instance of SCommand.
Inherited from
• new PlayViewAnimationCommand(frame
, name
): PlayViewAnimationCommand
Parameters
Name | Type | Description |
---|---|---|
frame | any | Frame对象 |
name | any | 命令名称 |
Returns
Description
Creates an instance of SCommand.
Inherited from
• new PlayViewAnimationCommand(name
): PlayViewAnimationCommand
Parameters
Name | Type | Description |
---|---|---|
name | any | 命令名称 |
Returns
Description
Creates an instance of SCommand.
Inherited from
Properties
description
• description: string
Inherited from
executedHandleMode
• executedHandleMode: ExecutedHandleMode
Inherited from
frame
• frame: FrameMain
Inherited from
inputParas
• inputParas: CommandParameters
Inherited from
isCanAbort
• isCanAbort: boolean
Inherited from
isDisplayView
• isDisplayView: boolean
Inherited from
isInterruptible
• isInterruptible: boolean
Inherited from
isParametersComplete
• isParametersComplete: boolean
Inherited from
isPreView
• isPreView: boolean
Inherited from
isShowLoadingDialog
• isShowLoadingDialog: boolean
Inherited from
name
• name: string
Inherited from
outputParas
• outputParas: CommandParameters
Inherited from
priority
• priority: CommandPriority
Inherited from
scene
• scene: Scene
Inherited from
state
• state: CommandState
Inherited from
type
• type: number
Inherited from
view
• view: SCommandView
Inherited from
Methods
apply
▸ apply(): number
Returns
number
Description
应用
Inherited from
cancel
▸ cancel(): void
Returns
void
Description
取消
Memberof
SCommand
Inherited from
clear
▸ clear(): number
Returns
number
Description
清空
Inherited from
close
▸ close(): void
Returns
void
Description
关闭
Inherited from
doPreview
▸ doPreview(): number
Returns
number
Description
执行预览
Inherited from
execute
▸ execute(executeAll?
): number
Parameters
Name | Type |
---|---|
executeAll? | boolean |
Returns
number
Description
执行
Inherited from
existValidParameters
▸ existValidParameters(): boolean
Returns
boolean
Description
是否存在有效参数
Inherited from
getConfigData
▸ getConfigData(): number
Returns
number
Description
获取配置中的命令信息
Inherited from
getDescription
▸ getDescription(): string
Returns
string
Description
获取命令描述
Inherited from
getExecutedHandleMode
▸ getExecutedHandleMode(): ExecutedHandleMode
Returns
Description
获取执行模式