org.seasar.uruma.component.jface
クラス TreeComponent
java.lang.Object
org.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIComponent
org.seasar.uruma.component.jface.ControlComponent
org.seasar.uruma.component.jface.CompositeComponent
org.seasar.uruma.component.jface.TreeComponent
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, UIElementVisitorAcceptor
public class TreeComponent
- extends CompositeComponent
Tree
を表すコンポーネントです。
- 作成者:
- y-komori
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたフィールド |
background, backgroundImage, enabled, enablesDependingId, enablesFor, fontHeight, fontName, fontStyle, foreground, height, menu, toolTipText, visible, width, x, y |
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド |
accept, addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo |
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString |
headerVisible
public String headerVisible
- ヘッダの表示状態です。
linesVisible
public String linesVisible
- ラインの表示状態です。
autoExpandLevel
public String autoExpandLevel
- デフォルトでツリーを展開する階層です。
【例】2を指定した場合、常に2階層目まで展開されます。
TreeComponent
public TreeComponent()
addTreeItem
public void addTreeItem(TreeItemComponent child)
- ツリー項目を追加します。
- パラメータ:
child
- ツリー項目
getTreeItems
public List<TreeItemComponent> getTreeItems()
- ツリー項目のリストを取得します。
- 戻り値:
- ツリー項目のリスト
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.