Pacchetto | com.adobe.gravity.ui |
Interfaccia | public interface IUIService extends IMeasurable |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
baselinePosition : Number [sola lettura]
The text baseline position for the component. | IMeasurable | ||
component : Object [sola lettura]
The underlying component object. | IUIService | ||
explicitHeight : Number [sola lettura]
The height as explicitly set on the component. | IMeasurable | ||
explicitMaxHeight : Number [sola lettura]
The maximum height as explicitly set on the component. | IMeasurable | ||
explicitMaxWidth : Number [sola lettura]
The maximum width as explicitly set on the component. | IMeasurable | ||
explicitMinHeight : Number [sola lettura]
The minimum height as explicitly set on the component. | IMeasurable | ||
explicitMinWidth : Number [sola lettura]
The minimum width as explicitly set on the component. | IMeasurable | ||
explicitWidth : Number [sola lettura]
The width as explicitly set on the component. | IMeasurable | ||
measuredHeight : Number [sola lettura]
The height as measured by the component. | IMeasurable | ||
measuredMinHeight : Number [sola lettura]
The minimum height as measured by the component. | IMeasurable | ||
measuredMinWidth : Number [sola lettura]
The minimum width as measured by the component. | IMeasurable | ||
measuredWidth : Number [sola lettura]
The width as measured by the component. | IMeasurable | ||
percentHeight : Number [sola lettura]
The percentage height as explicitly set on the component. | IMeasurable | ||
percentWidth : Number [sola lettura]
The percentage width as explicitly set on the component. | IMeasurable |
Metodi pubblici
Descrizione delle proprietà
component | proprietà |
component:Object
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The underlying component object.
Implementazione
public function get component():Object
Tue Jun 12 2018, 02:44 PM Z