Paquete | com.adobe.gravity.ui |
Interfaz | public interface IUIService extends IMeasurable |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
baselinePosition : Number [solo lectura]
The text baseline position for the component. | IMeasurable | ||
component : Object [solo lectura]
The underlying component object. | IUIService | ||
explicitHeight : Number [solo lectura]
The height as explicitly set on the component. | IMeasurable | ||
explicitMaxHeight : Number [solo lectura]
The maximum height as explicitly set on the component. | IMeasurable | ||
explicitMaxWidth : Number [solo lectura]
The maximum width as explicitly set on the component. | IMeasurable | ||
explicitMinHeight : Number [solo lectura]
The minimum height as explicitly set on the component. | IMeasurable | ||
explicitMinWidth : Number [solo lectura]
The minimum width as explicitly set on the component. | IMeasurable | ||
explicitWidth : Number [solo lectura]
The width as explicitly set on the component. | IMeasurable | ||
measuredHeight : Number [solo lectura]
The height as measured by the component. | IMeasurable | ||
measuredMinHeight : Number [solo lectura]
The minimum height as measured by the component. | IMeasurable | ||
measuredMinWidth : Number [solo lectura]
The minimum width as measured by the component. | IMeasurable | ||
measuredWidth : Number [solo lectura]
The width as measured by the component. | IMeasurable | ||
percentHeight : Number [solo lectura]
The percentage height as explicitly set on the component. | IMeasurable | ||
percentWidth : Number [solo lectura]
The percentage width as explicitly set on the component. | IMeasurable |
Métodos públicos
Información sobre propiedades
component | propiedad |
component:Object
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The underlying component object.
Implementación
public function get component():Object
Tue Jun 12 2018, 02:12 PM Z