|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.jface.RowDataInfo
public class RowDataInfo
RowData
に関する情報を保持するクラスです。
コンストラクタの概要 | |
---|---|
RowDataInfo()
|
メソッドの概要 | |
---|---|
String |
getExclude()
exclude 属性を取得します。 |
String |
getHeight()
高さを取得します。 |
String |
getWidth()
幅を取得します。 |
void |
setExclude(String exclude)
exclude 属性を設定します。 |
void |
setHeight(String height)
高さを設定します。 |
void |
setWidth(String width)
幅を設定します。 |
クラス 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 RowDataInfo()
メソッドの詳細 |
---|
public String getExclude()
exclude
属性を取得します。
exclude
属性RowData.exclude
public void setExclude(String exclude)
exclude
属性を設定します。
exclude
- exclude
属性RowData.exclude
public String getHeight()
public void setHeight(String height)
height
- 高さpublic String getWidth()
public void setWidth(String width)
width
- 幅
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |