org.seasar.uruma.component.jface
クラス SimpleItemCompositeComponent
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.SimpleItemCompositeComponent
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, UIElementVisitorAcceptor
- 直系の既知のサブクラス:
- ComboComponent
public class SimpleItemCompositeComponent
- extends CompositeComponent
- 作成者:
- bskuroneko
クラス 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 |
SimpleItemCompositeComponent
public SimpleItemCompositeComponent()
addItem
public void addItem(SimpleItemComponent itemComponent)
- 項目を追加します。
- パラメータ:
itemComponent
- 項目
getItems
public List<SimpleItemComponent> getItems()
- 項目のリストを取得します。
- 戻り値:
- 項目のリスト
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.