|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface UICompositeComponent
子を持ち、レイアウト指定できる画面要素を表すインターフェースです。
メソッドの概要 | |
---|---|
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 |
メソッドの詳細 |
---|
LayoutInfo getLayoutInfo()
void setLayoutInfo(LayoutInfo layoutInfo)
layoutInfo
- レイアウトデータオブジェクトvoid setCommonAttributes(CommonAttributes commonAttributes)
commonAttributes
- 一括設定属性オブジェクトCommonAttributes getCommonAttributes()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |