ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.gravity.ui 

IUIService  - AS3 ADEP Client Component

Packagecom.adobe.gravity.ui
Interfacepublic interface IUIService extends IMeasurable

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The interface for visual components returned from user interface service factories (IUIServiceFactory service objects). Typically this object is a wrapper or adapter around the actual object of interest.



Public Properties
 PropertyDefined By
 InheritedbaselinePosition : Number
[read-only] The text baseline position for the component.
IMeasurable
  component : Object
[read-only] The underlying component object.
IUIService
 InheritedexplicitHeight : Number
[read-only] The height as explicitly set on the component.
IMeasurable
 InheritedexplicitMaxHeight : Number
[read-only] The maximum height as explicitly set on the component.
IMeasurable
 InheritedexplicitMaxWidth : Number
[read-only] The maximum width as explicitly set on the component.
IMeasurable
 InheritedexplicitMinHeight : Number
[read-only] The minimum height as explicitly set on the component.
IMeasurable
 InheritedexplicitMinWidth : Number
[read-only] The minimum width as explicitly set on the component.
IMeasurable
 InheritedexplicitWidth : Number
[read-only] The width as explicitly set on the component.
IMeasurable
 InheritedmeasuredHeight : Number
[read-only] The height as measured by the component.
IMeasurable
 InheritedmeasuredMinHeight : Number
[read-only] The minimum height as measured by the component.
IMeasurable
 InheritedmeasuredMinWidth : Number
[read-only] The minimum width as measured by the component.
IMeasurable
 InheritedmeasuredWidth : Number
[read-only] The width as measured by the component.
IMeasurable
 InheritedpercentHeight : Number
[read-only] The percentage height as explicitly set on the component.
IMeasurable
 InheritedpercentWidth : Number
[read-only] The percentage width as explicitly set on the component.
IMeasurable
Public Methods
 MethodDefined By
 Inherited
setActualSize(newWidth:Number, newHeight:Number):void
Set the actual size of the component.
IMeasurable
Property Detail

component

property
component:Object  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The underlying component object.



Implementation
    public function get component():Object