org.seasar.uruma.component
インタフェース LayoutInfo<LAYOUT_DATA_INFO extends LayoutDataInfo>

型パラメータ:
LAYOUT_DATA_INFO - 関連するレイアウトデータクラス
すべてのスーパーインタフェース:
UIElement, UIElementVisitorAcceptor
既知の実装クラスの一覧:
FillLayoutInfo, GridLayoutInfo, RowLayoutInfo

public interface LayoutInfo<LAYOUT_DATA_INFO extends LayoutDataInfo>
extends UIElement

レイアウトに関する情報を保持するクラスです。

作成者:
y-komori

メソッドの概要
 LAYOUT_DATA_INFO getCommonLayoutDataInfo()
          引き継ぎ用の LayoutDataInfo を取得します。
 void setCommonLayoutDataInfo(LAYOUT_DATA_INFO layoutDataInfo)
          引き継ぎ用の LayoutDataInfo を設定します。
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

メソッドの詳細

setCommonLayoutDataInfo

void setCommonLayoutDataInfo(LAYOUT_DATA_INFO layoutDataInfo)
引き継ぎ用の LayoutDataInfo を設定します。

引き継ぎ用の LayoutDataInfo とは、本 LayoutInfo を設定した Composite の子に対して自動的に設定される LayoutDataInfo のことを表します。

パラメータ:
layoutDataInfo - LayoutDataInfo オブジェクト

getCommonLayoutDataInfo

LAYOUT_DATA_INFO getCommonLayoutDataInfo()
引き継ぎ用の LayoutDataInfo を取得します。

戻り値:
LayoutDataInfo オブジェクト


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