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

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

public class RowDataInfo
extends AbstractUIElement
implements LayoutDataInfo

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

作成者:
y-komori

コンストラクタの概要
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.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
 

コンストラクタの詳細

RowDataInfo

public RowDataInfo()
メソッドの詳細

getExclude

public String getExclude()
exclude 属性を取得します。

戻り値:
exclude 属性
関連項目:
RowData.exclude

setExclude

public void setExclude(String exclude)
exclude 属性を設定します。

パラメータ:
exclude - exclude 属性
関連項目:
RowData.exclude

getHeight

public String getHeight()
高さを取得します。

戻り値:
高さ

setHeight

public void setHeight(String height)
高さを設定します。

パラメータ:
height - 高さ

getWidth

public String getWidth()
幅を取得します。

戻り値:

setWidth

public void setWidth(String width)
幅を設定します。

パラメータ:
width - 幅


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