|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.impl.AbstractUIElement
org.seasar.uruma.component.impl.FillLayoutInfo
public class FillLayoutInfo
FillLayout
に関する情報を保持するクラスです。
コンストラクタの概要 | |
---|---|
FillLayoutInfo()
|
メソッドの概要 | |
---|---|
LayoutDataInfo |
getCommonLayoutDataInfo()
引き継ぎ用の LayoutDataInfo を取得します。 |
String |
getMarginHeight()
縦方向マージンを取得します。 |
String |
getMarginWidth()
横方向マージンを取得します。 |
String |
getSpacing()
スペーシングを取得します。 |
String |
getType()
種別を取得します。 |
void |
setCommonLayoutDataInfo(LayoutDataInfo layoutDataInfo)
引き継ぎ用の LayoutDataInfo を設定します。 |
void |
setMarginHeight(String marginHeight)
縦方向マージンを設定します。 |
void |
setMarginWidth(String marginWidth)
横方向マージンを設定します。 |
void |
setSpacing(String spacing)
スペーシングを設定します。 |
void |
setType(String type)
種別を設定します。 |
クラス 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 |
コンストラクタの詳細 |
---|
public FillLayoutInfo()
メソッドの詳細 |
---|
public String getMarginHeight()
public void setMarginHeight(String marginHeight)
marginHeight
- 縦方向マージンpublic String getMarginWidth()
public void setMarginWidth(String marginWidth)
marginWidth
- 横方向マージンpublic String getSpacing()
public void setSpacing(String spacing)
spacing
- スペーシングpublic String getType()
public void setType(String type)
type
- 種別public LayoutDataInfo getCommonLayoutDataInfo()
LayoutInfo
の記述: LayoutDataInfo
を取得します。
LayoutInfo<LayoutDataInfo>
内の getCommonLayoutDataInfo
LayoutDataInfo
オブジェクトpublic void setCommonLayoutDataInfo(LayoutDataInfo layoutDataInfo)
LayoutInfo
の記述: LayoutDataInfo
を設定します。
引き継ぎ用の LayoutDataInfo
とは、本 LayoutInfo
を設定した
Composite
の子に対して自動的に設定される LayoutDataInfo
のことを表します。
LayoutInfo<LayoutDataInfo>
内の setCommonLayoutDataInfo
layoutDataInfo
- LayoutDataInfo
オブジェクト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |