org.seasar.uruma.component.jface
クラス RowLayoutInfo

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.jface.RowLayoutInfo
すべての実装されたインタフェース:
LayoutInfo<RowDataInfo>, UIElement

public class RowLayoutInfo
extends AbstractUIElement
implements LayoutInfo<RowDataInfo>

RowLayout に関する情報を保持するクラスです。

作成者:
y-komori

コンストラクタの概要
RowLayoutInfo()
           
 
メソッドの概要
 RowDataInfo getCommonLayoutDataInfo()
          引き継ぎ用の LayoutDataInfo を取得します。
 RowDataInfo getCommonRowDataInfo()
          commonRowDataInfo を取得します。
 String getConversionType()
          conversionType 属性を取得します。
 String getFill()
          fill 属性を取得します。
 String getJustify()
          justify 属性を取得します。
 String getMarginBottom()
          marginBottom 属性を取得します。
 String getMarginHeight()
          marginHeight 属性を取得します。
 String getMarginLeft()
          marginLeft 属性を取得します。
 String getMarginRight()
          marginRight 属性を取得します。
 String getMarginTop()
          marginTop 属性を取得します。
 String getMarginWidth()
          marginWidth 属性を取得します。
 String getPack()
          pack 属性を取得します。
 String getSpacing()
          spacing 属性を取得します。
 String getType()
          type 属性を取得します。
 String getWrap()
          wrap 属性を取得します。
 void setCommonLayoutDataInfo(RowDataInfo layoutDataInfo)
          引き継ぎ用の LayoutDataInfo を設定します。
 void setCommonRowDataInfo(RowDataInfo commonRowDataInfo)
          commonRowDataInfo を設定します。
 void setConversionType(String conversionType)
          conversionType 属性を設定します。
 void setFill(String fill)
          fill 属性を設定します。
 void setJustify(String justify)
          justify 属性を設定します。
 void setMarginBottom(String marginBottom)
          marginBottom 属性を設定します。
 void setMarginHeight(String marginHeight)
          marginHeight 属性を設定します。
 void setMarginLeft(String marginLeft)
          marginLeft 属性を設定します。
 void setMarginRight(String marginRight)
          marginRight 属性を設定します。
 void setMarginTop(String marginTop)
          marginTop 属性を設定します。
 void setMarginWidth(String marginWidth)
          marginWidth 属性を設定します。
 void setPack(String pack)
          pack 属性を設定します。
 void setSpacing(String spacing)
          spacing 属性を設定します。
 void setType(String type)
          type 属性を設定します。
 void setWrap(String wrap)
          wrap 属性を設定します。
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

コンストラクタの詳細

RowLayoutInfo

public RowLayoutInfo()
メソッドの詳細

getCommonRowDataInfo

public RowDataInfo getCommonRowDataInfo()
commonRowDataInfo を取得します。

戻り値:
commonRowDataInfo

setCommonRowDataInfo

public void setCommonRowDataInfo(RowDataInfo commonRowDataInfo)
commonRowDataInfo を設定します。

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

getFill

public String getFill()
fill 属性を取得します。

戻り値:
fill 属性

setFill

public void setFill(String fill)
fill 属性を設定します。

パラメータ:
fill - fill 属性

getJustify

public String getJustify()
justify 属性を取得します。

戻り値:
justify 属性

setJustify

public void setJustify(String justify)
justify 属性を設定します。

パラメータ:
justify - justify 属性

getMarginBottom

public String getMarginBottom()
marginBottom 属性を取得します。

戻り値:
marginBottom 属性

setMarginBottom

public void setMarginBottom(String marginBottom)
marginBottom 属性を設定します。

パラメータ:
marginBottom - marginBottom 属性

getMarginHeight

public String getMarginHeight()
marginHeight 属性を取得します。

戻り値:
marginHeight 属性

setMarginHeight

public void setMarginHeight(String marginHeight)
marginHeight 属性を設定します。

パラメータ:
marginHeight - marginHeight 属性

getMarginLeft

public String getMarginLeft()
marginLeft 属性を取得します。

戻り値:
marginLeft 属性

setMarginLeft

public void setMarginLeft(String marginLeft)
marginLeft 属性を設定します。

パラメータ:
marginLeft - marginLeft 属性

getMarginRight

public String getMarginRight()
marginRight 属性を取得します。

戻り値:
marginRight 属性

setMarginRight

public void setMarginRight(String marginRight)
marginRight 属性を設定します。

パラメータ:
marginRight - marginRight 属性

getMarginTop

public String getMarginTop()
marginTop 属性を取得します。

戻り値:
marginTop 属性

setMarginTop

public void setMarginTop(String marginTop)
marginTop 属性を設定します。

パラメータ:
marginTop - marginTop 属性

getMarginWidth

public String getMarginWidth()
marginWidth 属性を取得します。

戻り値:
marginWidth 属性

setMarginWidth

public void setMarginWidth(String marginWidth)
marginWidth 属性を設定します。

パラメータ:
marginWidth - marginWidth 属性

getPack

public String getPack()
pack 属性を取得します。

戻り値:
pack 属性

setPack

public void setPack(String pack)
pack 属性を設定します。

パラメータ:
pack - pack 属性

getSpacing

public String getSpacing()
spacing 属性を取得します。

戻り値:
spacing 属性

setSpacing

public void setSpacing(String spacing)
spacing 属性を設定します。

パラメータ:
spacing - spacing 属性

getConversionType

public String getConversionType()
conversionType 属性を取得します。

戻り値:
conversionType 属性

setConversionType

public void setConversionType(String conversionType)
conversionType 属性を設定します。

パラメータ:
conversionType - conversionType 属性

getType

public String getType()
type 属性を取得します。

戻り値:
type 属性

setType

public void setType(String type)
type 属性を設定します。

パラメータ:
type - type 属性

getWrap

public String getWrap()
wrap 属性を取得します。

戻り値:
wrap 属性

setWrap

public void setWrap(String wrap)
wrap 属性を設定します。

パラメータ:
wrap - wrap 属性

getCommonLayoutDataInfo

public RowDataInfo getCommonLayoutDataInfo()
インタフェース LayoutInfo の記述:
引き継ぎ用の LayoutDataInfo を取得します。

定義:
インタフェース LayoutInfo<RowDataInfo> 内の getCommonLayoutDataInfo
戻り値:
LayoutDataInfo オブジェクト

setCommonLayoutDataInfo

public void setCommonLayoutDataInfo(RowDataInfo layoutDataInfo)
インタフェース LayoutInfo の記述:
引き継ぎ用の LayoutDataInfo を設定します。

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

定義:
インタフェース LayoutInfo<RowDataInfo> 内の setCommonLayoutDataInfo
パラメータ:
layoutDataInfo - LayoutDataInfo オブジェクト


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