パッケージ | 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):void
isHeaderOpen | プロパティ |
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):void
toastViewTimeMilliseconds | プロパティ |
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):void
welcomeModel | プロパティ |
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):void
workspaceModel | プロパティ |
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):void
DesktopModel | () | コンストラクター |
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, 10:34 AM Z