Frame / SView / Commands / PlayPreviousAnimationCommand
Class: PlayPreviousAnimationCommand
SView.Commands.PlayPreviousAnimationCommand
Memberof
SView.Commands
Description
播放前一步命令
Author
nihy
Date
04/04/2023
Hierarchy
-
↳
PlayPreviousAnimationCommand
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
- onExecute
- onExecuted
- preview
- release
- resume
- setExecutedHandleMode
- setInputParas
- setIsCanAbort
- setIsDisplayView
- setIsInterruptible
- setIsParametersComplete
- setIsPreView
- setIsShowLoadingDialog
- setName
- setOutputParas
- setPriority
- setScene
- setState
- setView
- touchHandle
- undo
Constructors
constructor
• new PlayPreviousAnimationCommand(name
): PlayPreviousAnimationCommand
Parameters
Name | Type | Description |
---|---|---|
name | string | 命令名称 |
Returns
Description
创建后退播放命令对象
Overrides
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
获取执行模式
Inherited from
SCommand.getExecutedHandleMode
getInputParas
▸ getInputParas(): CommandParameters
Returns
Description
获取参数
Inherited from
getIsCanAbort
▸ getIsCanAbort(): boolean
Returns
boolean
Description
是否可以中止
Inherited from
getIsDisplayView
▸ getIsDisplayView(): boolean
Returns
boolean
Description
是否显示View
Inherited from
getIsInterruptible
▸ getIsInterruptible(): boolean
Returns
boolean
Description
获取是否可被中断
Inherited from
getIsParametersComplete
▸ getIsParametersComplete(): boolean
Returns
boolean
Description
判断参数是否完全,仅判断参数是否有空缺,可重写方法,实现自己的判定规则
Inherited from
SCommand.getIsParametersComplete
getIsPreView
▸ getIsPreView(): boolean
Returns
boolean
Description
获取命令是否预显
Inherited from
getIsShowLoadingDialog
▸ getIsShowLoadingDialog(): boolean
Returns
boolean
Description
是否显示加载对话框
Inherited from
SCommand.getIsShowLoadingDialog
getName
▸ getName(): string