クラス ReferenceTreeViewItem
java.lang.Object
org.iplass.mtp.view.treeview.TreeViewItem
org.iplass.mtp.view.treeview.EntityTreeViewItem
org.iplass.mtp.view.treeview.ReferenceTreeViewItem
- すべての実装されたインタフェース:
Serializable
ツリービューにEntityの参照を表示するための定義情報
- 関連項目:
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.view.treeview.TreeViewItem
TreeViewItem.TreeSortType
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.view.treeview.TreeViewItem
action, defName, displayDefinitionNode, displayPropertyName, entityDefinitionNodeCssStyle, entityDefinitionNodeIcon, entityNodeCssStyle, entityNodeIcon, indexNodeCssStyle, indexNodeIcon, limit, mapping, referenceTreeViewItems, sortItem, sortType, viewName
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明表示名を取得する。親アイテムを取得する。プロパティ名を取得する。void
setDisplayName
(String displayName) 表示名を設定する。void
setParent
(TreeViewItem parent) 親アイテムを設定する。void
setPropertyName
(String propertyName) プロパティ名を設定する。クラスから継承されたメソッド org.iplass.mtp.view.treeview.TreeViewItem
addMapping, addReferenceTreeItem, getAction, getDefName, getDisplayPropertyName, getEntityDefinitionNodeCssStyle, getEntityDefinitionNodeIcon, getEntityNodeCssStyle, getEntityNodeIcon, getIndexNodeCssStyle, getIndexNodeIcon, getItem, getLimit, getMapping, getReferenceTreeViewItems, getSortItem, getSortType, getViewName, isDisplayDefinitionNode, setAction, setDefName, setDisplayDefinitionNode, setDisplayPropertyName, setEntityDefinitionNodeCssStyle, setEntityDefinitionNodeIcon, setEntityNodeCssStyle, setEntityNodeIcon, setIndexNodeCssStyle, setIndexNodeIcon, setLimit, setMapping, setReferenceTreeViewItems, setSortItem, setSortType, setViewName
-
コンストラクタの詳細
-
ReferenceTreeViewItem
public ReferenceTreeViewItem()
-
-
メソッドの詳細
-
getParent
親アイテムを取得する。- 戻り値:
- 親アイテム
-
setParent
親アイテムを設定する。- パラメータ:
parent
- 親アイテム
-
getPropertyName
プロパティ名を取得する。- 戻り値:
- プロパティ名
-
setPropertyName
プロパティ名を設定する。- パラメータ:
propertyName
- プロパティ名
-
getDisplayName
表示名を取得する。- 戻り値:
- 表示名
-
setDisplayName
表示名を設定する。- パラメータ:
displayName
- 表示名
-