クラス TreeViewItem

java.lang.Object
org.iplass.mtp.view.treeview.TreeViewItem
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
EntityTreeViewItem

public abstract class TreeViewItem extends Object implements Serializable
ツリービューのアイテム
関連項目:
  • フィールド詳細

    • defName

      protected String defName
      Entity定義の名前
    • action

      protected String action
      詳細表示用アクション
    • viewName

      protected String viewName
      ビュー名
    • sortItem

      protected String sortItem
      ソートアイテム
    • sortType

      protected TreeViewItem.TreeSortType sortType
      ソート種別
    • limit

      protected int limit
      表示上限
    • displayPropertyName

      protected String displayPropertyName
      表示するプロパティ名
    • displayDefinitionNode

      protected boolean displayDefinitionNode
      Entity定義ノードを表示するか
    • referenceTreeViewItems

      protected List<ReferenceTreeViewItem> referenceTreeViewItems
      参照のツリービューアイテム
    • entityNodeIcon

      protected String entityNodeIcon
      Entityのノードに表示するアイコンのURL
    • indexNodeIcon

      protected String indexNodeIcon
      Indexのノードに表示するアイコンのURL
    • entityDefinitionNodeIcon

      protected String entityDefinitionNodeIcon
      Entity定義のノードに表示するアイコンのURL
    • entityNodeCssStyle

      protected String entityNodeCssStyle
      Entityのノードに設定するスタイルシートのクラス
    • indexNodeCssStyle

      protected String indexNodeCssStyle
      Indexのノードに設定するスタイルシートのクラス
    • entityDefinitionNodeCssStyle

      protected String entityDefinitionNodeCssStyle
      Entity定義のノードに設定するスタイルシートのクラス
    • mapping

      protected List<TreeViewGridColModelMapping> mapping
      ColModelのマッピング
  • コンストラクタの詳細

    • TreeViewItem

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

    • getDefName

      public String getDefName()
      Entity定義の名前を取得する。
      戻り値:
      Entity定義の名前
    • setDefName

      public void setDefName(String defName)
      Entity定義の名前を設定する。
      パラメータ:
      defName - Entity定義の名前
    • getAction

      public String getAction()
      詳細表示用アクションを取得する。
      戻り値:
      詳細表示用アクション
    • setAction

      public void setAction(String action)
      詳細表示用アクションを設定する。
      パラメータ:
      action - 詳細表示用アクション
    • getViewName

      public String getViewName()
      ビュー名を取得します。
      戻り値:
      ビュー名
    • setViewName

      public void setViewName(String viewName)
      ビュー名を設定します。
      パラメータ:
      viewName - ビュー名
    • getSortItem

      public String getSortItem()
      ソートアイテムを取得する。
      戻り値:
      ソートアイテム
    • setSortItem

      public void setSortItem(String sortItem)
      ソートアイテムを設定する。
      パラメータ:
      sortItem - ソートアイテム
    • getSortType

      public TreeViewItem.TreeSortType getSortType()
      ソート種別を取得する。
      戻り値:
      ソート種別
    • setSortType

      public void setSortType(TreeViewItem.TreeSortType sortType)
      ソート種別を設定する。
      パラメータ:
      sortType - ソート種別
    • getLimit

      public int getLimit()
      表示上限を取得する。
      戻り値:
      表示上限
    • setLimit

      public void setLimit(int limit)
      表示上限を設定する。
      パラメータ:
      limit - 表示上限
    • getDisplayPropertyName

      public String getDisplayPropertyName()
      表示するプロパティ名を取得する。
      戻り値:
      表示するプロパティ名
    • setDisplayPropertyName

      public void setDisplayPropertyName(String displayPropertyName)
      表示するプロパティ名を設定する。
      パラメータ:
      displayPropertyName - 表示するプロパティ名
    • isDisplayDefinitionNode

      public boolean isDisplayDefinitionNode()
      Entity定義ノードを表示するかを取得する。
      戻り値:
      Entity定義ノードを表示するか
    • setDisplayDefinitionNode

      public void setDisplayDefinitionNode(boolean displayDefinitionNode)
      Entity定義ノードを表示するかを設定する。
      パラメータ:
      displayDefinitionNode - Entity定義ノードを表示するか
    • setReferenceTreeViewItems

      public void setReferenceTreeViewItems(List<ReferenceTreeViewItem> referenceTreeViewItems)
      参照のツリービューアイテムを設定する。
      パラメータ:
      referenceTreeViewItems - 参照のツリービューアイテム
    • getReferenceTreeViewItems

      public List<ReferenceTreeViewItem> getReferenceTreeViewItems()
      参照のツリービューアイテムを取得する。
      戻り値:
      参照のツリービューアイテム
    • addReferenceTreeItem

      public void addReferenceTreeItem(ReferenceTreeViewItem referenceTreeViewItem)
      参照のツリービューアイテムを追加する。
      パラメータ:
      referenceTreeViewItem - 参照のツリービューアイテムを追加する。
    • getEntityNodeIcon

      public String getEntityNodeIcon()
      Entityのノードに表示するアイコンのURLを取得する。
      戻り値:
      Entityのノードに表示するアイコンのURL
    • setEntityNodeIcon

      public void setEntityNodeIcon(String entityNodeIcon)
      Entityのノードに表示するアイコンのURLを設定する。
      パラメータ:
      entityNodeIcon - Entityのノードに表示するアイコンのURL
    • getIndexNodeIcon

      public String getIndexNodeIcon()
      Indexのノードに表示するアイコンのURLを取得する。
      戻り値:
      Indexのノードに表示するアイコンのURL
    • setIndexNodeIcon

      public void setIndexNodeIcon(String indexNodeIcon)
      Indexのノードに表示するアイコンのURLを設定する。
      パラメータ:
      indexNodeIcon - Indexのノードに表示するアイコンのURL
    • getEntityDefinitionNodeIcon

      public String getEntityDefinitionNodeIcon()
      Entity定義のノードに表示するアイコンのURLを取得する。
      戻り値:
      Entity定義のノードに表示するアイコンのURL
    • setEntityDefinitionNodeIcon

      public void setEntityDefinitionNodeIcon(String entityDefinitionNodeIcon)
      Entity定義のノードに表示するアイコンのURLを設定する。
      パラメータ:
      entityDefinitionNodeIcon - Entity定義のノードに表示するアイコンのURL
    • getEntityNodeCssStyle

      public String getEntityNodeCssStyle()
      Entityのノードに設定するスタイルシートのクラスを取得する。
      戻り値:
      Entityのノードに設定するスタイルシートのクラス
    • setEntityNodeCssStyle

      public void setEntityNodeCssStyle(String entityNodeCssStyle)
      Entityのノードに設定するスタイルシートのクラスを設定する。
      パラメータ:
      entityNodeCssStyle - Entityのノードに設定するスタイルシートのクラス
    • getIndexNodeCssStyle

      public String getIndexNodeCssStyle()
      Indexのノードに設定するスタイルシートのクラスを取得する。
      戻り値:
      Indexのノードに設定するスタイルシートのクラス
    • setIndexNodeCssStyle

      public void setIndexNodeCssStyle(String indexNodeCssStyle)
      Indexのノードに設定するスタイルシートのクラスを設定する。
      パラメータ:
      indexNodeCssStyle - Indexのノードに設定するスタイルシートのクラス
    • getEntityDefinitionNodeCssStyle

      public String getEntityDefinitionNodeCssStyle()
      Entity定義のノードに設定するスタイルシートのクラスを取得する。
      戻り値:
      Entity定義のノードに設定するスタイルシートのクラス
    • setEntityDefinitionNodeCssStyle

      public void setEntityDefinitionNodeCssStyle(String entityDefinitionNodeCssStyle)
      Entity定義のノードに設定するスタイルシートのクラスを設定する。
      パラメータ:
      entityDefinitionNodeCssStyle - Entity定義のノードに設定するスタイルシートのクラス
    • getMapping

      public List<TreeViewGridColModelMapping> getMapping()
      ColModelのマッピングを取得します。
      戻り値:
      ColModelのマッピング
    • setMapping

      public void setMapping(List<TreeViewGridColModelMapping> mapping)
      ColModelのマッピングを設定します。
      パラメータ:
      mapping - ColModelのマッピング
    • addMapping

      public void addMapping(TreeViewGridColModelMapping mapping)
      ColModelのマッピングを追加します。
      パラメータ:
      mapping - ColModelのマッピング
    • getItem

      public TreeViewItem getItem(String path)
      pathを解析して自身を含む階層構造からアイテムを取得する。
      パラメータ:
      path - ツリー構造のパス
      戻り値:
      パスの示すアイテムの定義