Paket | lc.procmgmt.ui.startpoint |
Sınıf | public class StartpointGridSelectorModel |
Miras Alma | StartpointGridSelectorModel PresentationModel EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartpointGridSelectorModel
class acts as the presentation
model for the StartpointGridSelector
component.
İlgili API Öğeleri
Özellik | Tanımlayan: | ||
---|---|---|---|
columns : Array
The collection of columns for the listview datagrid. | StartpointGridSelectorModel | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
hotCharCode : uint [salt okunur]
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 [salt okunur]
The currently selected startpoint. | StartpointGridSelectorModel | ||
startpoints : ListCollectionView
A collection of startpoints. | StartpointGridSelectorModel | ||
state : String [salt okunur]
The name of the state the current view is in. | PresentationModel |
Yöntem | Tanımlayan: | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | 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 | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | 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 sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Sets the currently selected startpoint. | StartpointGridSelectorModel | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Olay | Özet | Tanımlayan: | ||
---|---|---|---|---|
[broadcast olayı] Flash Player veya AIR uygulaması işletim sistemi odağına gelip etkin olduğunda gönderilir. | EventDispatcher | |||
[broadcast olayı] Çalışan Flash Player veya AIR uygulaması sistem odağını kaybettiğinde ve etkin olmayan duruma geldiğinde gönderilir. | EventDispatcher | |||
Dispatched to invoke an startpoint. | StartpointGridSelectorModel |
columns | özellik |
columns:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The collection of columns for the listview datagrid.
Uygulama
public function get columns():Array
public function set columns(value:Array):void
hotCharCode | özellik |
hotCharCode:uint
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The key code for the Enter hot key.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get hotCharCode():uint
startpoint | özellik |
startpoint:Startpoint
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The currently selected startpoint.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get startpoint():Startpoint
startpoints | özellik |
startpoints:ListCollectionView
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of startpoints.
Uygulama
public function get startpoints():ListCollectionView
public function set startpoints(value:ListCollectionView):void
hotKey | () | yöntem |
public function hotKey(event:KeyboardEvent):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes the selected startpoint when the hot key is detected.
Parametreler
event:KeyboardEvent — Specifies the character code for the user keystroke.
|
invokeSelectedStartpoint | () | yöntem |
public function invokeSelectedStartpoint(startpoint:Object):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes an startpoint to start a process.
Parametreler
startpoint:Object — Specifies the startpoint to be invoked.
|
setStartpoint | () | yöntem |
public function setStartpoint(startpoint:Object):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Sets the currently selected startpoint.
Parametreler
startpoint:Object — Specifies the startpoint to be selected.
|
invokeSelect | Olay |
lc.procmgmt.ui.startpoint.StartpointEvent
özellik StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z