| Package | lc.domain |
| Class | public class Category |
| Inheritance | Category DomainObject Object |
| Subclasses | FavoriteCategory |
Category class manages all category information.
A category represents the collection of endpoints. The collection of endpoints is loaded when required.
The set of endpoints for each category is configured in Archive Administration
in LiveCycle Administration Console.
The Category class is typically used to present a list of endpoints to a user
for starting a process.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| description : String
The description of the category.
| Category | ||
| endpoints : ListCollectionView = null
A collection of endpoints for a category.
| Category | ||
| filled : Boolean
[read-only]
Indicates whether the endpoints are available.
| Category | ||
| name : String
The name of the category.
| Category | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
![]() | session : SessionMap
[read-only]
A SessionMap object that stores information relating to the server session.
| DomainObject | |
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
|
Loads the endpoints collection into the Category object.
| Category | ||
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| description | property |
description:String [read-write] The description of the category.
public function get description():String
public function set description(value:String):void
| endpoints | property |
public var endpoints:ListCollectionView = null
A collection of endpoints for a category. The collection of endpoints are
available only after calling the loadEndpoints method.
The default value is null.
| filled | property |
filled:Boolean [read-only] Indicates whether the endpoints are available.
public function get filled():Boolean
| name | property |
name:String [read-write] The name of the category.
public function get name():String
public function set name(value:String):void
| loadEndpoints | () | method |
public function loadEndpoints():Token
Loads the endpoints collection into the Category object.
The endpoints collection will be a value of null until this method is called.
Token — A token that contains handlers to asynchronous calls.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/Category.html