org.seasar.uruma.component.impl
クラス GridLayoutInfo

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

public class GridLayoutInfo
extends AbstractUIElement
implements LayoutInfo<GridDataInfo>

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

作成者:
y-komori

コンストラクタの概要
GridLayoutInfo()
           
 
メソッドの概要
 GridDataInfo getCommonLayoutDataInfo()
          引き継ぎ用の LayoutDataInfo を取得します。
 String getHorizontalSpacing()
          horizontalSpacing 属性を取得します。
 String getMakeColumnsEqualWidth()
          makeColumnsEqualWidth 属性を取得します。
 String getMarginBottom()
          marginBottom 属性を取得します。
 String getMarginHeight()
          marginHeight 属性を取得します。
 String getMarginLeft()
          marginLeft 属性を取得します。
 String getMarginRight()
          marginRight 属性を取得します。
 String getMarginTop()
          marginTop 属性を取得します。
 String getMarginWidth()
          marginWidth 属性を取得します。
 String getNumColumns()
          numColumns 属性を取得します。
 String getVerticalSpacing()
          verticalSpacing 属性を取得します。
 void setCommonLayoutDataInfo(GridDataInfo layoutDataInfo)
          引き継ぎ用の LayoutDataInfo を設定します。
 void setHorizontalSpacing(String horizontalSpacing)
          horizontalSpacing 属性を設定します。
 void setMakeColumnsEqualWidth(String makeColumnsEqualWidth)
          makeColumnsEqualWidth 属性を設定します。
 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 setNumColumns(String numColumns)
          numColumns 属性を設定します。
 void setVerticalSpacing(String verticalSpacing)
          verticalSpacing 属性を設定します。
 
クラス org.seasar.uruma.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

GridLayoutInfo

public GridLayoutInfo()
メソッドの詳細

getHorizontalSpacing

public String getHorizontalSpacing()
horizontalSpacing 属性を取得します。

戻り値:
horizontalSpacing 属性

setHorizontalSpacing

public void setHorizontalSpacing(String horizontalSpacing)
horizontalSpacing 属性を設定します。

パラメータ:
horizontalSpacing - horizontalSpacing 属性

getMakeColumnsEqualWidth

public String getMakeColumnsEqualWidth()
makeColumnsEqualWidth 属性を取得します。

戻り値:
makeColumnsEqualWidth 属性

setMakeColumnsEqualWidth

public void setMakeColumnsEqualWidth(String makeColumnsEqualWidth)
makeColumnsEqualWidth 属性を設定します。

パラメータ:
makeColumnsEqualWidth - makeColumnsEqualWidth 属性

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 属性

getNumColumns

public String getNumColumns()
numColumns 属性を取得します。

戻り値:
numColumns 属性

setNumColumns

public void setNumColumns(String numColumns)
numColumns 属性を設定します。

パラメータ:
numColumns - numColumns 属性

getVerticalSpacing

public String getVerticalSpacing()
verticalSpacing 属性を取得します。

戻り値:
verticalSpacing 属性

setVerticalSpacing

public void setVerticalSpacing(String verticalSpacing)
verticalSpacing 属性を設定します。

パラメータ:
verticalSpacing - verticalSpacing 属性

getCommonLayoutDataInfo

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

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

setCommonLayoutDataInfo

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

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

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


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