Packagejp.seagirl.controls
Classpublic class SimpleButton
InheritanceSimpleButton Inheritance mx.containers.Canvas

SimpleButtonはシンプルなボタンコントロールを提供するクラスです。



Public Properties
 PropertyDefined by
  selected : Boolean
選択されているかどうかを表します。
SimpleButton
  text : String
ラベル用のテキストです。
SimpleButton
Public Methods
 MethodDefined by
  
コンストラクタ
SimpleButton
Styles
 StyleDescriptionDefined by
  
backgroundRollOverColor
Type: uint   CSS Inheritance: no
SimpleButton
  
backgroundSelectedColor
Type: uint   CSS Inheritance: no
SimpleButton
  
borderRollOverColor
Type: uint   CSS Inheritance: no
SimpleButton
  
borderSelectedColor
Type: uint   CSS Inheritance: no
SimpleButton
  
paddingBottom
Type: int   CSS Inheritance: no
SimpleButton
  
paddingLeft
Type: int   CSS Inheritance: no
SimpleButton
  
paddingRight
Type: int   CSS Inheritance: no
SimpleButton
  
paddingTop
Type: int   CSS Inheritance: no
SimpleButton
Property detail
selectedproperty
selected:Boolean  [read-write]

選択されているかどうかを表します。

Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void
textproperty 
text:String  [read-write]

ラベル用のテキストです。

Implementation
    public function get text():String
    public function set text(value:String):void
Constructor detail
SimpleButton()constructor
public function SimpleButton()

コンストラクタ