Pacote | lc.procmgmt.ui.startpoint |
Classe | public class StartpointGridSelectorModel |
Herança | StartpointGridSelectorModel PresentationModel EventDispatcher Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartpointGridSelectorModel
class acts as the presentation
model for the StartpointGridSelector
component.
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
columns : Array
The collection of columns for the listview datagrid. | StartpointGridSelectorModel | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
hotCharCode : uint [somente leitura]
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 [somente leitura]
The currently selected startpoint. | StartpointGridSelectorModel | ||
startpoints : ListCollectionView
A collection of startpoints. | StartpointGridSelectorModel | ||
state : String [somente leitura]
The name of the state the current view is in. | PresentationModel |
Método | Definido por | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | 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 | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | 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 | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Sets the currently selected startpoint. | StartpointGridSelectorModel | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Evento | Resumo | Definido por | ||
---|---|---|---|---|
[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR ganha o foco do sistema operacional e está se tornando inativo. | EventDispatcher | |||
[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR perde o foco do sistema operacional e está se tornando inativo. | EventDispatcher | |||
Dispatched to invoke an startpoint. | StartpointGridSelectorModel |
columns | propriedade |
columns:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The collection of columns for the listview datagrid.
Implementação
public function get columns():Array
public function set columns(value:Array):void
hotCharCode | propriedade |
hotCharCode:uint
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The key code for the Enter hot key.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get hotCharCode():uint
startpoint | propriedade |
startpoint:Startpoint
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The currently selected startpoint.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get startpoint():Startpoint
startpoints | propriedade |
startpoints:ListCollectionView
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of startpoints.
Implementação
public function get startpoints():ListCollectionView
public function set startpoints(value:ListCollectionView):void
hotKey | () | método |
public function hotKey(event:KeyboardEvent):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes the selected startpoint when the hot key is detected.
Parâmetros
event:KeyboardEvent — Specifies the character code for the user keystroke.
|
invokeSelectedStartpoint | () | método |
public function invokeSelectedStartpoint(startpoint:Object):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes an startpoint to start a process.
Parâmetros
startpoint:Object — Specifies the startpoint to be invoked.
|
setStartpoint | () | método |
public function setStartpoint(startpoint:Object):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Sets the currently selected startpoint.
Parâmetros
startpoint:Object — Specifies the startpoint to be selected.
|
invokeSelect | Evento |
lc.procmgmt.ui.startpoint.StartpointEvent
propriedade StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched to invoke an startpoint. Invoking an startpoint has the effect of starting a process.
Wed Jun 13 2018, 11:10 AM Z