Pacote | com.adobe.gravity.ui |
Interface | public interface IUIService extends IMeasurable |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
baselinePosition : Number [somente leitura]
The text baseline position for the component. | IMeasurable | ||
component : Object [somente leitura]
The underlying component object. | IUIService | ||
explicitHeight : Number [somente leitura]
The height as explicitly set on the component. | IMeasurable | ||
explicitMaxHeight : Number [somente leitura]
The maximum height as explicitly set on the component. | IMeasurable | ||
explicitMaxWidth : Number [somente leitura]
The maximum width as explicitly set on the component. | IMeasurable | ||
explicitMinHeight : Number [somente leitura]
The minimum height as explicitly set on the component. | IMeasurable | ||
explicitMinWidth : Number [somente leitura]
The minimum width as explicitly set on the component. | IMeasurable | ||
explicitWidth : Number [somente leitura]
The width as explicitly set on the component. | IMeasurable | ||
measuredHeight : Number [somente leitura]
The height as measured by the component. | IMeasurable | ||
measuredMinHeight : Number [somente leitura]
The minimum height as measured by the component. | IMeasurable | ||
measuredMinWidth : Number [somente leitura]
The minimum width as measured by the component. | IMeasurable | ||
measuredWidth : Number [somente leitura]
The width as measured by the component. | IMeasurable | ||
percentHeight : Number [somente leitura]
The percentage height as explicitly set on the component. | IMeasurable | ||
percentWidth : Number [somente leitura]
The percentage width as explicitly set on the component. | IMeasurable |
Métodos públicos
Detalhes da propriedade
component | propriedade |
component:Object
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The underlying component object.
Implementação
public function get component():Object
Wed Jun 13 2018, 11:10 AM Z