Packagejp.progression.casts.buttons
Classpublic class ParentButton
InheritanceParentButton Inheritance jp.progression.core.casts.buttons.ButtonBase

ParentButton クラスは、ポインティングデバイスの状態に応じたタイムラインアニメーションを再生させるボタンコンポーネントクラスです。

View the examples



Public Properties
 PropertyDefined By
  href : String
[override]
ParentButton
  progressionId : String
関連付けたい Progression インスタンスの id プロパティを示すストリングを取得または設定します。
ParentButton
  sceneId : SceneId
[override]
ParentButton
  useTopKey : Boolean
キーボードの上矢印キーを押した際にボタンを有効化するかどうかを取得または設定します。
ParentButton
Public Methods
 MethodDefined By
  
ParentButton(initObject:Object = null)
新しい ParentButton インスタンスを作成します。 Creates a new ParentButton object.
ParentButton
Property Detail
hrefproperty
href:String[override]


Implementation
    public function get href():String
    public function set href(value:String):void
progressionIdproperty 
progressionId:String

関連付けたい Progression インスタンスの id プロパティを示すストリングを取得または設定します。


Implementation
    public function get progressionId():String
    public function set progressionId(value:String):void
sceneIdproperty 
sceneId:SceneId[override]


Implementation
    public function get sceneId():SceneId
    public function set sceneId(value:SceneId):void
useTopKeyproperty 
useTopKey:Boolean

キーボードの上矢印キーを押した際にボタンを有効化するかどうかを取得または設定します。


Implementation
    public function get useTopKey():Boolean
    public function set useTopKey(value:Boolean):void
Constructor Detail
ParentButton()Constructor
public function ParentButton(initObject:Object = null)

新しい ParentButton インスタンスを作成します。 Creates a new ParentButton object.

Parameters
initObject:Object (default = null)設定したいプロパティを含んだオブジェクトです。
Examples