Pacchetto | lc.procmgmt.domain |
Classe | public class FavoriteCategory |
Ereditarietà | FavoriteCategory Category DomainObject Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni 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.
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
description : String
The description of the category. | Category | ||
favoriteManager : IFavoritesManager
The favorites manager. | FavoriteCategory | ||
filled : Boolean [sola lettura]
Indicates whether the startpoints are available. | Category | ||
name : String
The name of the category. | Category | ||
session : SessionMap [sola lettura]
A SessionMap object that stores information relating to the server session. | DomainObject | ||
startpoints : ListCollectionView
A collection of TaskManager startpoints for a category. | Category |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Loads the startpoints collection into the Category object. | Category | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Removes a listener from the EventDispatcher object. | Category | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Category |
Descrizione delle proprietà
favoriteManager | proprietà |
public var favoriteManager:IFavoritesManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The favorites manager.
Elementi API correlati
Descrizione della funzione di costruzione
FavoriteCategory | () | Funzione di costruzione |
public function FavoriteCategory(session:SessionMap)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrisession:SessionMap — Specifies the information relating to the server session.
|
Tue Jun 12 2018, 02:44 PM Z