インタフェース
org.seasar.uruma.component.LayoutInfo の使用

LayoutInfo を使用しているパッケージ
org.seasar.uruma.component   
org.seasar.uruma.component.factory.handler   
org.seasar.uruma.component.jface   
org.seasar.uruma.renderer.layout   
org.seasar.uruma.renderer.layout.impl   
 

org.seasar.uruma.component での LayoutInfo の使用
 

LayoutInfo を返す org.seasar.uruma.component のメソッド
 LayoutInfo<?> UICompositeComponent.getLayoutInfo()
          レイアウトデータオブジェクトを取得します。
 

LayoutInfo 型のパラメータを持つ org.seasar.uruma.component のメソッド
 void UICompositeComponent.setLayoutInfo(LayoutInfo<?> layoutInfo)
          レイアウトデータオブジェクトを設定します。
 

org.seasar.uruma.component.factory.handler での LayoutInfo の使用
 

Constructor parameters in org.seasar.uruma.component.factory.handler with type arguments of type LayoutInfo
LayoutTagHandler(Class<? extends LayoutInfo<?>> layoutInfoClass)
          LayoutTagHandler を構築します。
 

org.seasar.uruma.component.jface での LayoutInfo の使用
 

LayoutInfo を実装している org.seasar.uruma.component.jface のクラス
 class FillLayoutInfo
          FillLayout に関する情報を保持するクラスです。
 class GridLayoutInfo
          GridLayout に関する情報を保持するクラスです。
 class RowLayoutInfo
          RowLayout に関する情報を保持するクラスです。
 

LayoutInfo を返す org.seasar.uruma.component.jface のメソッド
 LayoutInfo<?> CompositeComponent.getLayoutInfo()
           
 

LayoutInfo 型のパラメータを持つ org.seasar.uruma.component.jface のメソッド
 void CompositeComponent.setLayoutInfo(LayoutInfo<?> layoutInfo)
           
 

org.seasar.uruma.renderer.layout での LayoutInfo の使用
 

LayoutInfo 型のパラメータを持つ org.seasar.uruma.renderer.layout のメソッド
 Layout LayoutSupport.createLayout(LayoutInfo<?> layoutInfo)
          LayoutInfo オブジェクトを元にして、レイアウトオブジェクトを生成します。
 

Method parameters in org.seasar.uruma.renderer.layout with type arguments of type LayoutInfo
static void LayoutSupportFactory.addLayoutSupport(Class<? extends LayoutInfo<?>> layoutInfo, LayoutSupport layoutSupport)
          レイアウトサポートクラスを追加します
static LayoutSupport LayoutSupportFactory.getLayoutSupport(Class<? extends LayoutInfo<?>> layoutInfo)
          LayoutInfo クラスをキーにして、レイアウトサポートクラスを取得します。
 

org.seasar.uruma.renderer.layout.impl での LayoutInfo の使用
 

LayoutInfo 型のパラメータを持つ org.seasar.uruma.renderer.layout.impl のメソッド
 Layout GenericLayoutSupport.createLayout(LayoutInfo<?> layoutInfo)
           
 



Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.