Pacote | lc.procmgmt.domain |
Classe | public class FavoriteCategory |
Herança | FavoriteCategory Category DomainObject Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
FavoriteCategory
class represents a special category that contains
the list of processes a user commonly initiates. Each process that a user initiates
uses a form in Workspace.
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
description : String
The description of the category. | Category | ||
favoriteManager : IFavoritesManager
The favorites manager. | FavoriteCategory | ||
filled : Boolean [somente leitura]
Indicates whether the startpoints are available. | Category | ||
name : String
The name of the category. | Category | ||
session : SessionMap [somente leitura]
A SessionMap object that stores information relating to the server session. | DomainObject | ||
startpoints : ListCollectionView
A collection of TaskManager startpoints for a category. | Category |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
FavoriteCategory(session:SessionMap)
Constructor. | FavoriteCategory | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | Category | ||
Dispatches an event into the event flow. | Category | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | Category | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Loads the startpoints collection into the Category object. | Category | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Removes a listener from the EventDispatcher object. | Category | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
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 | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Category |
Detalhes da propriedade
favoriteManager | propriedade |
public var favoriteManager:IFavoritesManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The favorites manager.
Elementos da API relacionados
Detalhes do construtor
FavoriteCategory | () | Construtor |
public function FavoriteCategory(session:SessionMap)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parâmetrossession:SessionMap — Specifies the information relating to the server session.
|
Wed Jun 13 2018, 11:10 AM Z