| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| actionType — Property in class jp.n_mattun.display.SpecialButton | |
|
ボタン押下時に実行するアクションの種類を指定する。
セット可能なパラメータは以下の通りです。: ハンドラ起動:clickHandlerで指定したハンドラが起動します、引数にはdataで指定したパラメータが戻ります 指定データにgotoAndPlay:gotoAndPlay(data[0])が起動します 指定データにgotoAndStop:gotoAndStop(data[0])が起動します 指定データにnavigateToURL:navigateToURL(data[0])が起動します 指定データにnavigateToURL(新規ウィンドウ):navigateToURL(data[0],_blank)が起動します play:play()が起動します stop:stop()が起動します nextFrame:nextFrame()が起動します prevFrame:prevFrame()が起動します 何もしない:何もしません |
|
| activate() — Method in class fl.managers.FocusManager | |
| Activates the FocusManager instance. | |
| activate() — Method in interface fl.managers.IFocusManager | |
| Activates a focus manager. | |
| ALL — Constant static property in class fl.core.InvalidationType | |
The InvalidationType.ALL constant defines the value of the type
property of the event object that is dispatched to indicate that the component should
redraw itself entirely. |
|
| autoRepeat — Property in class fl.controls.BaseButton | |
Gets or sets a Boolean value that indicates whether the buttonDown event
is dispatched more than one time when the user holds the mouse button down over the component. |
|
| autoSize — Property in class jp.n_mattun.display.SpecialButton | |
| ラベルの大きさに従ってコンポーネント本体の大きさを自動調節するかどうかを指定します。 このパラメータをtrueにした場合はwidthで指定した値が無視され、 文字の改行位置や大きさに従ったwidth,height値が優先されます。 | |
| autoSize — Property in class jp.n_mattun.display.SpecialLabel | |
| ラベルの大きさに従ってコンポーネント本体の大きさを自動調節するかどうかを指定します。 このパラメータをtrueにした場合はwidthで指定した値が無視され、 文字の改行位置や大きさに従ったwidth,height値が優先されます。 | |
| autoSize — Property in class jp.n_mattun.display.TextLabel | |
| autoSize — Property in class jp.n_mattun.display.TextLabels | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |