패키지 | lc.procmgmt.ui.layout |
클래스 | public class Desktop |
상속 | Desktop DesktopBase |
구현 | IBindingClient |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Desktop
component combines all the components available for Workspace.
Using the Desktop component is essentially using an instance of Workspace.
The Desktop
component interacts with the DesktopModel
class, which implements the
model 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 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
header : HeaderPane The header component of Workspace, which displays the logo, links, preferences, and messages. | Desktop | ||
model : DesktopModel The presentation model for this view. | Desktop |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Desktop() Constructor. | Desktop |
속성 세부 정보
header | 속성 |
public var header:HeaderPane
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The header component of Workspace, which displays the logo, links, preferences, and messages.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 Bindable
이벤트를 전달합니다.
model | 속성 |
public var model:DesktopModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The presentation model for this view.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 Bindable
이벤트를 전달합니다.
생성자 세부 정보
Desktop | () | 생성자 |
public function Desktop()
Constructor.
Tue Jun 12 2018, 03:17 PM Z