Packagecom.adobe.portfolio.api
Interfacepublic interface IPropertyContext

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

This interface provides support for groups of properties displayed in the user interface.

See also

IProperty
INavigatorHost.propertyContexts
INavigatorHost.currentPropertyContext


Public Properties
 PropertyDefined By
  description : String
[read-only] A localized description string suitable for display in the user interface.
IPropertyContext
  global : Boolean
[read-only] Returns a value of true if the controls for this context are always suitable for display in the user interface.
IPropertyContext
  label : String
[read-only] A localized label string suitable for display in the user interface.
IPropertyContext
  name : String
[read-only] A unique string identifier for this IPropertyContext.
IPropertyContext
  properties : Array
[read-only] The array of IProperty objects relevant to this context.
IPropertyContext
Property Detail
descriptionproperty
description:String  [read-only]

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A localized description string suitable for display in the user interface.


Implementation
    public function get description():String
globalproperty 
global:Boolean  [read-only]

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Returns a value of true if the controls for this context are always suitable for display in the user interface. Returns false if the controls for this context should only be displayed when it is set as the current context.


Implementation
    public function get global():Boolean

See also

labelproperty 
label:String  [read-only]

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A localized label string suitable for display in the user interface.


Implementation
    public function get label():String
nameproperty 
name:String  [read-only]

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A unique string identifier for this IPropertyContext.

This name serves as a unique identifier, and never changes.


Implementation
    public function get name():String
propertiesproperty 
properties:Array  [read-only]

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The array of IProperty objects relevant to this context.


Implementation
    public function get properties():Array

See also