org.seasar.jface.component
インタフェース UICompositeComponent

すべてのスーパーインタフェース:
UIComponent, UIContainer, UIElement
既知の実装クラスの一覧:
CanvasComponent, ComboComponent, CompositeComponent, CoolBarComponent, CTabFolderComponent, GroupComponent, SashFormComponent, SimpleItemCompositeComponent, SpinnerComponent, TabFolderComponent, TableComponent, ToolBarComponent, WindowComponent

public interface UICompositeComponent
extends UIContainer

子を持ち、レイアウト指定できる画面要素を表すインターフェースです。

作成者:
y-komori

メソッドの概要
 CommonAttributes getCommonAttributes()
          一括設定属性オブジェクトを取得します。
 LayoutInfo getLayoutInfo()
          レイアウトデータオブジェクトを取得します。
 void setCommonAttributes(CommonAttributes commonAttributes)
          一括設定属性オブジェクトを設定します。
 void setLayoutInfo(LayoutInfo layoutInfo)
          レイアウトデータオブジェクトを設定します。
 
インタフェース org.seasar.jface.component.UIContainer から継承されたメソッド
addChild, getChildren
 
インタフェース org.seasar.jface.component.UIComponent から継承されたメソッド
getId, getMenu, getParent, getRenderer, getStyle, getWidget, render, setId, setMenu, setParent, setRenderer, setStyle, setWidget
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

メソッドの詳細

getLayoutInfo

LayoutInfo getLayoutInfo()
レイアウトデータオブジェクトを取得します。

戻り値:
レイアウトデータオブジェクト

setLayoutInfo

void setLayoutInfo(LayoutInfo layoutInfo)
レイアウトデータオブジェクトを設定します。

パラメータ:
layoutInfo - レイアウトデータオブジェクト

setCommonAttributes

void setCommonAttributes(CommonAttributes commonAttributes)
一括設定属性オブジェクトを設定します。

パラメータ:
commonAttributes - 一括設定属性オブジェクト

getCommonAttributes

CommonAttributes getCommonAttributes()
一括設定属性オブジェクトを取得します。

戻り値:
一括設定属性オブジェクト


Copyright © 2006 The Seasar Foundation. All Rights Reserved.