public class DefaultViewLayoutFactory extends java.lang.Object implements ViewLayoutFactory
KEY_ViewLayoutFactory| コンストラクタと説明 |
|---|
DefaultViewLayoutFactory()
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AreaLayout |
createAreaLayout(AreaLayoutDefinition ld)
エリアレイアウトのインスタンスを生成する
|
PageLayout |
createPageLayout(PageLayoutDefinition ld)
ページレイアウトのインスタンスを生成する
|
public PageLayout createPageLayout(PageLayoutDefinition ld)
createPageLayout インタフェース内 ViewLayoutFactoryld - レイアウト定義情報public AreaLayout createAreaLayout(AreaLayoutDefinition ld)
createAreaLayout インタフェース内 ViewLayoutFactoryld - レイアウト定義情報