|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Template
画面定義テンプレートを表すインターフェースです。
| メソッドの概要 | |
|---|---|
String |
getExtends()
継承元のパスを取得します。 |
UIComponentContainer |
getRootComponent()
ルートコンポーネントを取得します。 |
void |
setExtends(String extendsPath)
継承元パスを設定します。 |
void |
setRootComponent(UIComponentContainer rootComponent)
ルートコンポーネントを設定します。 |
| インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
|---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
| インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド |
|---|
accept |
| メソッドの詳細 |
|---|
UIComponentContainer getRootComponent()
void setRootComponent(UIComponentContainer rootComponent)
rootComponent - ルートコンポーネントString getExtends()
void setExtends(String extendsPath)
extendsPath - 継承元パス
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||