Packagejp.sourceforge.larch.core.command.impl
Classpublic class SetPropertyCommand
InheritanceSetPropertyCommand Inheritance SyncCommand Inheritance Command

プロパティ設定コマンド



Public Properties
 PropertyDefined by
 InheritednextCommand : Command
次に実行するコマンド
Command
Protected Properties
 PropertyDefined by
 InheritedresultValue : Object
コンストラクタで指定した結果の設定先に結果を設定します。
Command
Public Methods
 MethodDefined by
  
SetPropertyCommand(aTarget:Object, aTargetProperty:String, aValue:Object)
コンストラクタ
SetPropertyCommand
 Inherited
execute():void
サブクラスのコマンド処理を実行します。 実行が正常終了したらnextCommandを実行します。
SyncCommand
Protected Methods
 MethodDefined by
  
doExecute():Boolean
プロパティに値を設定します。
SetPropertyCommand
Constructor detail
SetPropertyCommand()constructor
public function SetPropertyCommand(aTarget:Object, aTargetProperty:String, aValue:Object)

コンストラクタ

Parameters
aTarget:Object — 設定先
 
aTargetProperty:String — 設定先のプロパティ名
 
aValue:Object — 設定する値
Method detail
doExecute()method
protected override function doExecute():Boolean

プロパティに値を設定します。

Returns
Boolean — 常にtrue