org.seasar.jface.component.impl
クラス RowLayoutInfo
java.lang.Object
org.seasar.jface.component.impl.AbstractUIElement
org.seasar.jface.component.impl.RowLayoutInfo
- すべての実装されたインタフェース:
- LayoutInfo<RowDataInfo>, UIElement
public class RowLayoutInfo
- extends AbstractUIElement
- implements LayoutInfo<RowDataInfo>
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowLayoutInfo
public RowLayoutInfo()
getFill
public String getFill()
setFill
public void setFill(String fill)
getJustify
public String getJustify()
setJustify
public void setJustify(String justify)
getMarginBottom
public String getMarginBottom()
setMarginBottom
public void setMarginBottom(String marginBottom)
getMarginHeight
public String getMarginHeight()
setMarginHeight
public void setMarginHeight(String marginHeight)
getMarginLeft
public String getMarginLeft()
setMarginLeft
public void setMarginLeft(String marginLeft)
getMarginRight
public String getMarginRight()
setMarginRight
public void setMarginRight(String marginRight)
getMarginTop
public String getMarginTop()
setMarginTop
public void setMarginTop(String marginTop)
getMarginWidth
public String getMarginWidth()
setMarginWidth
public void setMarginWidth(String marginWidth)
getPack
public String getPack()
setPack
public void setPack(String pack)
getSpacing
public String getSpacing()
setSpacing
public void setSpacing(String spacing)
getType
public String getType()
setType
public void setType(String type)
getWrap
public String getWrap()
setWrap
public void setWrap(String 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 The Seasar Foundation. All Rights Reserved.