|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.jface.RowLayoutInfo
public class RowLayoutInfo
RowLayout
に関する情報を保持するクラスです。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public RowLayoutInfo()
メソッドの詳細 |
---|
public RowDataInfo getCommonRowDataInfo()
public void setCommonRowDataInfo(RowDataInfo commonRowDataInfo)
commonRowDataInfo
- commonRowDataInfo
オブジェクトpublic String getFill()
public void setFill(String fill)
fill
- fill 属性public String getJustify()
public void setJustify(String justify)
justify
- justify 属性public String getMarginBottom()
public void setMarginBottom(String marginBottom)
marginBottom
- marginBottom 属性public String getMarginHeight()
public void setMarginHeight(String marginHeight)
marginHeight
- marginHeight 属性public String getMarginLeft()
public void setMarginLeft(String marginLeft)
marginLeft
- marginLeft 属性public String getMarginRight()
public void setMarginRight(String marginRight)
marginRight
- marginRight 属性public String getMarginTop()
public void setMarginTop(String marginTop)
marginTop
- marginTop 属性public String getMarginWidth()
public void setMarginWidth(String marginWidth)
marginWidth
- marginWidth 属性public String getPack()
public void setPack(String pack)
pack
- pack 属性public String getSpacing()
public void setSpacing(String spacing)
spacing
- spacing 属性public String getConversionType()
public void setConversionType(String conversionType)
conversionType
- conversionType 属性public String getType()
public void setType(String type)
type
- type 属性public String getWrap()
public void setWrap(String wrap)
wrap
- wrap 属性public RowDataInfo getCommonLayoutDataInfo()
LayoutInfo
の記述: LayoutDataInfo
を取得します。
LayoutInfo<RowDataInfo>
内の getCommonLayoutDataInfo
LayoutDataInfo
オブジェクトpublic void setCommonLayoutDataInfo(RowDataInfo layoutDataInfo)
LayoutInfo
の記述: LayoutDataInfo
を設定します。
引き継ぎ用の LayoutDataInfo
とは、本 LayoutInfo
を設定した
Composite
の子に対して自動的に設定される LayoutDataInfo
のことを表します。
LayoutInfo<RowDataInfo>
内の setCommonLayoutDataInfo
layoutDataInfo
- LayoutDataInfo
オブジェクト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |