| 包 | lc.procmgmt.ui.layout |
| 类 | public class DesktopModel |
| 继承 | DesktopModel NavigationSupervisorModel |
| 实现 | IBookmarkTarget, IHelpSource |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
DesktopModel class provides the model implementation for the
Desktop component.
For information on using this component to customize Workspace, see Customizing the Adobe Digital Enterprise Platform Document Services - Workspace 10.0 User Interface .
相关 API 元素
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| headerPaneModel : HeaderPaneModel | DesktopModel | ||
| isHeaderOpen : Boolean | DesktopModel | ||
| toastFadeTimeMilliseconds : Number
Deprecated Since LiveCycle ES Update 1 (8.2): Toast is no longer used. | DesktopModel | ||
| toastViewTimeMilliseconds : Number
Deprecated Since LiveCycle ES Update 1 (8.2): Toast is no longer used. | DesktopModel | ||
| welcomeModel : WelcomeModel
An instance of the WelcomeModel component. | DesktopModel | ||
| workspaceModel : WorkspaceModel
An instance of the Workspace component. | DesktopModel | ||
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
Constructor. | DesktopModel | ||
Displays context-sensitive help to a user. | DesktopModel | ||
Logs out of the current Workspace session. | DesktopModel | ||
[覆盖]
Initializes the user preferences and displays the appropriate view depending on
the user's start location. | DesktopModel | ||
Modifies the display for the Header component to a maximized or
minimized state, and modifies the state of the Welcome or
Workspace component appropriately. | DesktopModel | ||
Shows the Welcome component. | DesktopModel | ||
Displays the Workspace component. | DesktopModel | ||
| 常量 | 由以下参数定义 | ||
|---|---|---|---|
| ACROBAT_DETECT : String = "acrobatDetect" [静态]
A special value that specifies to set the state to for detecting Adobe Acrobat or Adobe Reader version
installed on the computer of the user. | DesktopModel | ||
| STATE_WELCOME : String = "welcomeState" [静态]
A special value that specifies to set the state to display the Welcome page first. | DesktopModel | ||
| STATE_WORKSPACE : String = "workspaceState" [静态]
A special value that specifies to set the state to display the Workspace page first. | DesktopModel | ||
headerPaneModel | 属性 |
headerPaneModel:HeaderPaneModel实现
public function get headerPaneModel():HeaderPaneModel public function set headerPaneModel(value:HeaderPaneModel):voidisHeaderOpen | 属性 |
toastFadeTimeMilliseconds | 属性 |
toastFadeTimeMilliseconds:Number| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since LiveCycle ES Update 1 (8.2): Toast is no longer used.
Toast is no longer used in Workspace. It remains exposed so that you can compile applications using earlier versions of the API.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get toastFadeTimeMilliseconds():Number public function set toastFadeTimeMilliseconds(value:Number):voidtoastViewTimeMilliseconds | 属性 |
toastViewTimeMilliseconds:Number| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since LiveCycle ES Update 1 (8.2): Toast is no longer used.
Toast is no longer used in Workspace. It remains exposed so that you can compile applications using earlier versions of the API.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get toastViewTimeMilliseconds():Number public function set toastViewTimeMilliseconds(value:Number):voidwelcomeModel | 属性 |
welcomeModel:WelcomeModel| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An instance of the WelcomeModel component.
实现
public function get welcomeModel():WelcomeModel public function set welcomeModel(value:WelcomeModel):voidworkspaceModel | 属性 |
workspaceModel:WorkspaceModel| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An instance of the Workspace component.
实现
public function get workspaceModel():WorkspaceModel public function set workspaceModel(value:WorkspaceModel):voidDesktopModel | () | 构造函数 |
public function DesktopModel()| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
displayHelp | () | 方法 |
public function displayHelp():void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays context-sensitive help to a user.
doLogout | () | 方法 |
public function doLogout():void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Logs out of the current Workspace session.
initialize | () | 方法 |
override public function initialize():void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes the user preferences and displays the appropriate view depending on the user's start location. If the user did not specify a startup location in their preferences, a default component is provided by the Workspace API.
showHeader | () | 方法 |
public function showHeader(openHeader:Boolean):void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Modifies the display for the Header component to a maximized or
minimized state, and modifies the state of the Welcome or
Workspace component appropriately.
参数
openHeader:Boolean — Specifies whether to display the header. A value of
true indicates to display the header.
|
showWelcomePage | () | 方法 |
public function showWelcomePage():void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Shows the Welcome component.
Sets the state to STATE_WELCOME and invokes the showHeader method with
false as a parameter.
showWorkspace | () | 方法 |
public function showWorkspace(tabName:String = null):void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Workspace component.
参数
tabName:String (default = null) — Defaults to the Start Process tab within Workspace. Passes in a string value
that represents one of the tabs as defined in the WorkspaceModel class
to specify the tab that is displayed to users after they log in to Workspace.
|
相关 API 元素
ACROBAT_DETECT | 常量 |
public static const ACROBAT_DETECT:String = "acrobatDetect"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to set the state to for detecting Adobe Acrobat or Adobe Reader version installed on the computer of the user.
STATE_WELCOME | 常量 |
public static const STATE_WELCOME:String = "welcomeState"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to set the state to display the Welcome page first.
STATE_WORKSPACE | 常量 |
public static const STATE_WORKSPACE:String = "workspaceState"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to set the state to display the Workspace page first.
Tue Jun 12 2018, 11:04 AM Z