クラス ReferenceRecursiveTreeSetting
java.lang.Object
org.iplass.mtp.view.generic.editor.ReferenceRecursiveTreeSetting
- すべての実装されたインタフェース:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
public class ReferenceRecursiveTreeSetting
extends Object
implements org.iplass.adminconsole.view.annotation.Refrectable
Entity内に同一Entityの参照を持つ再帰構造のEntityをツリー表示する設定
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明子階層のプロパティ名を取得します。ツリーのルートに表示するデータの検索条件を取得します。void
setChildPropertyName
(String childPropertyName) 子階層のプロパティ名を設定します。void
setRootCondition
(String rootCondition) ツリーのルートに表示するデータの検索条件を設定します。
-
コンストラクタの詳細
-
ReferenceRecursiveTreeSetting
public ReferenceRecursiveTreeSetting()
-
-
メソッドの詳細
-
getRootCondition
ツリーのルートに表示するデータの検索条件を取得します。- 戻り値:
- ツリーのルートに表示するデータの検索条件
-
setRootCondition
ツリーのルートに表示するデータの検索条件を設定します。- パラメータ:
rootCondition
- ツリーのルートに表示するデータの検索条件
-
getChildPropertyName
子階層のプロパティ名を取得します。- 戻り値:
- 子階層のプロパティ名
-
setChildPropertyName
子階層のプロパティ名を設定します。- パラメータ:
childPropertyName
- 子階層のプロパティ名
-