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

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

public class RowDataInfo
extends AbstractUIElement
implements LayoutDataInfo

作成者:
y-komori

コンストラクタの概要
RowDataInfo()
           
 
メソッドの概要
 String getExclude()
           
 String getHeight()
           
 String getWidth()
           
 void setExclude(String exclude)
           
 void setHeight(String height)
           
 void setWidth(String width)
           
 
クラス org.seasar.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

RowDataInfo

public RowDataInfo()
メソッドの詳細

getExclude

public String getExclude()

setExclude

public void setExclude(String exclude)

getHeight

public String getHeight()

setHeight

public void setHeight(String height)

getWidth

public String getWidth()

setWidth

public void setWidth(String width)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.