包 | lc.procmgmt.ui.startpoint |
类 | public class StartpointGridSelectorModel |
继承 | StartpointGridSelectorModel PresentationModel EventDispatcher Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartpointGridSelectorModel
class acts as the presentation
model for the StartpointGridSelector
component.
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
columns : Array
The collection of columns for the listview datagrid. | StartpointGridSelectorModel | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
hotCharCode : uint [只读]
The key code for the Enter hot key. | StartpointGridSelectorModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
startpoint : Startpoint [只读]
The currently selected startpoint. | StartpointGridSelectorModel | ||
startpoints : ListCollectionView
A collection of startpoints. | StartpointGridSelectorModel | ||
state : String [只读]
The name of the state the current view is in. | PresentationModel |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | ||
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or
property chain on the source object. | PresentationModel | ||
将事件调度到事件流中。 | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | ||
表示对象是否已经定义了指定的属性。 | Object | ||
Invokes the selected startpoint when the hot key is detected. | StartpointGridSelectorModel | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Invokes an startpoint to start a process. | StartpointGridSelectorModel | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
设置循环操作动态属性的可用性。 | Object | ||
Sets the currently selected startpoint. | StartpointGridSelectorModel | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
受保护的方法
事件
事件 | 摘要 | 由以下参数定义 | ||
---|---|---|---|---|
[广播事件] Flash Player 或 AIR 应用程序获得操作系统焦点并变为活动状态时将调度此事件。 | EventDispatcher | |||
[广播事件] Flash Player 或 AIR 应用程序失去操作系统焦点并变为非活动状态时将调度此事件。 | EventDispatcher | |||
Dispatched to invoke an startpoint. | StartpointGridSelectorModel |
属性详细信息
columns | 属性 |
columns:Array
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The collection of columns for the listview datagrid.
实现
public function get columns():Array
public function set columns(value:Array):void
hotCharCode | 属性 |
startpoint | 属性 |
startpoint:Startpoint
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The currently selected startpoint.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange
事件。
实现
public function get startpoint():Startpoint
startpoints | 属性 |
startpoints:ListCollectionView
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of startpoints.
实现
public function get startpoints():ListCollectionView
public function set startpoints(value:ListCollectionView):void
方法详细信息
hotKey | () | 方法 |
public function hotKey(event:KeyboardEvent):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes the selected startpoint when the hot key is detected.
参数
event:KeyboardEvent — Specifies the character code for the user keystroke.
|
invokeSelectedStartpoint | () | 方法 |
public function invokeSelectedStartpoint(startpoint:Object):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes an startpoint to start a process.
参数
startpoint:Object — Specifies the startpoint to be invoked.
|
setStartpoint | () | 方法 |
public function setStartpoint(startpoint:Object):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Sets the currently selected startpoint.
参数
startpoint:Object — Specifies the startpoint to be selected.
|
事件详细信息
invokeSelect | 事件 |
事件对象类型:
属性 StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
属性 StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched to invoke an startpoint. Invoking an startpoint has the effect of starting a process.
Tue Jun 12 2018, 11:04 AM Z