クラス GetSelectedIndex

すべての実装されたインタフェース:
ClientInterface, CommonInterface, jp.ne.mki.wedge.run.interfaces.RuleEngineInterface

public class GetSelectedIndex extends AbstractClient

テーブル,コンボボックス、リストの選択行の値を取得(複数指定)

入力引数に指定されたTABLEの現在の選択行番号を出力引数に出力します。
入力引数には、テーブル、コンボボックス、リストが設定可能です。それ以外のコンポーネントの場合は ERRORになります。
入力引数と、出力引数の数は同じである必要があります。


[I/O RECORD]

InputRecord OutputRecord
  1. テーブル項目(複数指定)
  1. テーブルの選択行の内容が設定される項目(複数指定)

[RULE PARAMETER]

Parameter
バージョン:
1.0
  • コンストラクタの詳細

    • GetSelectedIndex

      public GetSelectedIndex()
  • メソッドの詳細

    • getIOParameter

      public int getIOParameter() throws Throwable
      IOパラメータ取得
      戻り値:
      int
      例外:
      Throwable
    • execute

      public int execute() throws Throwable
      処理実行
      戻り値:
      int
      例外:
      Throwable
    • loopInOutItemSub

      protected int loopInOutItemSub(jp.ne.mki.wedge.run.client.data.Item inItem, jp.ne.mki.wedge.run.client.data.Item outItem, int index)
      クラスからコピーされた説明: AbstractClient
      loopInOutItem()から呼び出されるメソッドです。ユーザが任意に記述をします。
      オーバーライド:
      loopInOutItemSub クラス内 AbstractClient
    • exit

      public void exit() throws Throwable
      終了処理
      例外:
      Throwable