| Package | jp.seagirl.controls |
| Class | public class SimpleButton |
| Inheritance | SimpleButton mx.containers.Canvas |
| Property | Defined by | ||
|---|---|---|---|
| selected : Boolean
選択されているかどうかを表します。
| SimpleButton | ||
| text : String
ラベル用のテキストです。
| SimpleButton | ||
| Method | Defined by | ||
|---|---|---|---|
|
コンストラクタ
| SimpleButton | ||
| selected | property |
selected:Boolean [read-write]選択されているかどうかを表します。
Implementation public function get selected():Boolean
public function set selected(value:Boolean):void
| text | property |
text:String [read-write]ラベル用のテキストです。
Implementation public function get text():String
public function set text(value:String):void
| SimpleButton | () | constructor |
public function SimpleButton()コンストラクタ