クラス GetCurrentTabIndex

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

public class GetCurrentTabIndex extends AbstractClient

現在のタブインデックス取得

Inに指定されたタブペインのカレントタブインデックスをOutに出力します。
※インデックスは、一番左を0とします。


[I/O RECORD]

InputRecord OutputRecord
  1. タブペイン
  1. カレントタブインデックス

[RULE PARAMETER]

Parameter なし
バージョン:
1.0
  • フィールド詳細

    • tab

    • outItem

      jp.ne.mki.wedge.run.client.data.Item outItem
  • コンストラクタの詳細

    • GetCurrentTabIndex

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

    • getIOParameter

      public int getIOParameter() throws Throwable
      IOパラメータ取得。execute の前に実行される。
      戻り値:
      int OK=処理続行、ERROR=異常終了、CANCEL=処理を中断(正常終了)
      例外:
      Throwable
    • execute

      public int execute() throws Throwable
      中心となる処理を実行します。
      戻り値:
       int BusinessRuleの戻り値を参照
      例外:
      Throwable
    • exit

      public void exit() throws Throwable
      終了処理。保持していた変数などを開放する処理を記述します。
      execute の後に実行されます。
      正常終了・異常終了などに関わらず必ず実行されます。
      例外:
      Throwable