org.seasar.uruma.component
インタフェース UICompositeComponent
- すべてのスーパーインタフェース:
- UIComponent, UIComponentContainer, UIElement, UIElementContainer, UIElementVisitorAcceptor
- 既知のサブインタフェースの一覧:
- UIHasMenuCompositeComponent
- 既知の実装クラスの一覧:
- AbstractUIHasMenuCompositeComponent, CanvasComponent, ComboComponent, CompositeComponent, CoolBarComponent, CTabFolderComponent, GroupComponent, PartConfigurationElement, SashFormComponent, SimpleItemCompositeComponent, SpinnerComponent, TabFolderComponent, TableComponent, ToolBarComponent, TreeComponent, ViewPartComponent, WindowComponent
public interface UICompositeComponent
- extends UIComponentContainer
子を持ち、レイアウト指定できる画面要素を表すインターフェースです。
- 作成者:
- y-komori
getLayoutInfo
LayoutInfo<?> getLayoutInfo()
- レイアウトデータオブジェクトを取得します。
- 戻り値:
- レイアウトデータオブジェクト
setLayoutInfo
void setLayoutInfo(LayoutInfo<?> layoutInfo)
- レイアウトデータオブジェクトを設定します。
- パラメータ:
layoutInfo
- レイアウトデータオブジェクト
setCommonAttributes
void setCommonAttributes(CommonAttributes commonAttributes)
- 一括設定属性オブジェクトを設定します。
- パラメータ:
commonAttributes
- 一括設定属性オブジェクト
getCommonAttributes
CommonAttributes getCommonAttributes()
- 一括設定属性オブジェクトを取得します。
- 戻り値:
- 一括設定属性オブジェクト
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.