|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface UICompositeComponent
子を持ち、レイアウト指定できる画面要素を表すインターフェースです。
メソッドの概要 | |
---|---|
CommonAttributes |
getCommonAttributes()
一括設定属性オブジェクトを取得します。 |
LayoutInfo<?> |
getLayoutInfo()
レイアウトデータオブジェクトを取得します。 |
void |
setCommonAttributes(CommonAttributes commonAttributes)
一括設定属性オブジェクトを設定します。 |
void |
setLayoutInfo(LayoutInfo<?> layoutInfo)
レイアウトデータオブジェクトを設定します。 |
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド |
---|
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle |
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
インタフェース org.seasar.uruma.component.UIElementContainer から継承されたメソッド |
---|
addChild, getChildren |
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
メソッドの詳細 |
---|
LayoutInfo<?> getLayoutInfo()
void setLayoutInfo(LayoutInfo<?> layoutInfo)
layoutInfo
- レイアウトデータオブジェクトvoid setCommonAttributes(CommonAttributes commonAttributes)
commonAttributes
- 一括設定属性オブジェクトCommonAttributes getCommonAttributes()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |