Pacotemx.controls
Classepublic final class ButtonLabelPlacement
HerançaButtonLabelPlacement Inheritance Object

The ButtonLabelPlacement class defines the constants for the allowed values of the labelPlacement property of a Button, CheckBox, LinkButton, or RadioButton control.

Ver também

mx.controls.Button
mx.controls.CheckBox
mx.controls.LinkButton
mx.controls.RadioButton


Propriedades Públicas
 PropriedadeDefinido Por
 Inheritedconstructor : Object
Uma referência ao objeto da classe ou função construtora para uma instância determinada de um objeto.
Object
 Inheritedprototype : Object
[static] Uma referência ao objeto protótipo de uma classe ou função de objeto.
Object
Métodos Públicos
 MétodoDefinido Por
 Inherited
Indica se um objeto tem uma propriedade específica definida.
Object
 Inherited
Indica se uma instância da classe Object está na corrente do protótipo do objeto determinado como parâmetro.
Object
 Inherited
Indica se a propriedade especificada existe e se é enumerável.
Object
 Inherited
Determina a disponibilidade de uma propriedade dinâmica para operações em loop.
Object
 Inherited
Retorna a representação em string de um objeto determinado.
Object
 Inherited
Retorna o valor primitivo de um objeto específico.
Object
Constantes Públicas
 ConstanteDefinido Por
  BOTTOM : String = "bottom"
[static] Specifies that the label appears below the icon.
ButtonLabelPlacement
  LEFT : String = "left"
[static] Specifies that the label appears to the left of the icon.
ButtonLabelPlacement
  RIGHT : String = "right"
[static] Specifies that the label appears to the right of the icon.
ButtonLabelPlacement
  TOP : String = "top"
[static] Specifies that the label appears above the icon.
ButtonLabelPlacement
Detalhes da Constante
BOTTOMConstante
public static const BOTTOM:String = "bottom"

Specifies that the label appears below the icon.

LEFTConstante 
public static const LEFT:String = "left"

Specifies that the label appears to the left of the icon.

RIGHTConstante 
public static const RIGHT:String = "right"

Specifies that the label appears to the right of the icon.

TOPConstante 
public static const TOP:String = "top"

Specifies that the label appears above the icon.